mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 06:13:22 +00:00
fix: GCC requires emmintrin.h for _mm_mfence
This was SVN commit r6106.
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
# endif
|
||||
|
||||
#if MSC_VERSION
|
||||
# include <intrin.h>
|
||||
# include <intrin.h> // __rdtsc
|
||||
#elif GCC_VERSION
|
||||
# include <emmintrin.h>
|
||||
#else
|
||||
# error compiler not supported
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user