Merge pull request #234 from madebr/sse3_header

Header containing sse3 intrinsics is pmmintrin.h
This commit is contained in:
Recep Aslantas
2021-12-31 17:51:30 +03:00
committed by GitHub

View File

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