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
Hi,
To use constexpr you need to define GLM_FORCE_PURE before including GLM. This is not ideal and a better solution would be great but that all we have at this point.
This is to deal with the issue that compilers SIMD intrinsics are not constexpr...
Godbolt
0.9.9.0 is working as expected, but 0.9.9.2 is not.
The text was updated successfully, but these errors were encountered: