mirror of
https://github.com/g-truc/glm.git
synced 2024-11-30 03:44:38 +00:00
simd constexpr vec: allow SIMD bit to be set if GLM_SIMD_CONSTEXPR == 1
This commit is contained in:
parent
21b51c96f5
commit
2c236f4e1a
@ -373,7 +373,7 @@
|
||||
#elif defined(GLM_FORCE_SSE)
|
||||
# define GLM_ARCH (GLM_ARCH_SSE)
|
||||
# define GLM_FORCE_INTRINSICS
|
||||
#elif defined(GLM_FORCE_INTRINSICS) && !defined(GLM_FORCE_XYZW_ONLY)
|
||||
#elif ( (defined(GLM_FORCE_INTRINSICS) && !defined(GLM_FORCE_XYZW_ONLY)) || GLM_SIMD_CONSTEXPR == 1 )
|
||||
# if defined(__AVX2__)
|
||||
# define GLM_ARCH (GLM_ARCH_AVX2)
|
||||
# elif defined(__AVX__)
|
||||
|
Loading…
Reference in New Issue
Block a user