Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: no constexpr on gcc #816

Closed
kiwixz opened this issue Sep 29, 2018 · 1 comment
Closed

Regression: no constexpr on gcc #816

kiwixz opened this issue Sep 29, 2018 · 1 comment

Comments

@kiwixz
Copy link

kiwixz commented Sep 29, 2018

Godbolt

0.9.9.0 is working as expected, but 0.9.9.2 is not.

@Groovounet
Copy link
Member

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...

Groovounet added a commit that referenced this issue Sep 30, 2018
…truction are not enabled. This disable constexpr #816
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants