Header containing sse3 intrinsics is pmmintrin.h

This commit is contained in:
Anonymous Maarten
2021-12-29 08:43:00 +01:00
parent 282ea84dc0
commit 68e3a072e8

View File

@@ -34,7 +34,7 @@
#endif #endif
#if defined(__SSE3__) #if defined(__SSE3__)
# include <x86intrin.h> # include <pmmintrin.h>
# ifndef CGLM_SIMD_x86 # ifndef CGLM_SIMD_x86
# define CGLM_SIMD_x86 # define CGLM_SIMD_x86
# endif # endif