You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the clang flag -Wdouble-promotion and including <cglm/cglm.h>, a maelstrom of implicit float-to-double conversion errors arise. Here is a small snippet of the 23 warnings I got:
I do not have the time, but if someone does, please declare the preprocessor constant GLM_FLT_EPSILON as a float. This not being the case is the sole cause of the warnings.
The text was updated successfully, but these errors were encountered:
When using the clang flag
-Wdouble-promotion
and including<cglm/cglm.h>
, a maelstrom of implicit float-to-double conversion errors arise. Here is a small snippet of the 23 warnings I got:I do not have the time, but if someone does, please declare the preprocessor constant
GLM_FLT_EPSILON
as a float. This not being the case is the sole cause of the warnings.The text was updated successfully, but these errors were encountered: