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
glm_vec4_round without SSE41 (e.g., -DGLM_FORCE_SSE2 -DGLM_FORCE_DEFAULT_ALIGNED_GENTYPES) does not properly handle values outside of +/-2^23 (i.e., no fractional part in the float).
glm_vec4_round without SSE41 (e.g.,
-DGLM_FORCE_SSE2 -DGLM_FORCE_DEFAULT_ALIGNED_GENTYPES
) does not properly handle values outside of +/-2^23 (i.e., no fractional part in the float).For example:
The text was updated successfully, but these errors were encountered: