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

Fixed warning when compiling with MSVS in SIMD mode #1011

Merged
merged 1 commit into from Jul 9, 2020

Conversation

Bargor
Copy link

@Bargor Bargor commented May 11, 2020

When compiling GLM with SIMD on MSVC compiler it detects that if constexpr can be used but this feature is exclusive with SIMD and warning is emitted (warning C4127: conditional expression is constant).

@Groovounet Groovounet self-assigned this Jul 9, 2020
@Groovounet Groovounet added this to the GLM 0.9.9 milestone Jul 9, 2020
@Groovounet Groovounet merged commit 6c97378 into g-truc:master Jul 9, 2020
@Groovounet
Copy link
Member

This seems like a good point, thanks for contributing!
Christophe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants