Fix non-Intel compiles

This commit is contained in:
Jeffrey Walton 2021-04-21 07:48:34 -04:00
parent 47e1535607
commit 11e3435d03
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
# include <x86intrin.h> # include <x86intrin.h>
#endif #endif
#if defined(__GNUC__) #if defined(__GNUC__) && defined(__amd64__)
# include <x86intrin.h> # include <x86intrin.h>
#endif #endif

View File

@ -76,7 +76,7 @@
# include <x86intrin.h> # include <x86intrin.h>
#endif #endif
#if defined(__GNUC__) #if defined(__GNUC__) && defined(__amd64__)
# include <x86intrin.h> # include <x86intrin.h>
#endif #endif