Tentative fix for #512

This commit is contained in:
Christophe Riccio
2016-11-23 23:13:54 +01:00
parent feef0fb5b9
commit b5766d1514
2 changed files with 5 additions and 2 deletions

View File

@@ -422,6 +422,9 @@
#elif GLM_ARCH & GLM_ARCH_AVX_BIT
# include <immintrin.h>
#elif GLM_ARCH & GLM_ARCH_SSE42_BIT
# if GLM_COMPILER & GLM_COMPILER_CLANG
# include <popcntintrin.h>
# endif
# include <nmmintrin.h>
#elif GLM_ARCH & GLM_ARCH_SSE41_BIT
# include <smmintrin.h>