mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix non-Intel compiles
This commit is contained in:
parent
47e1535607
commit
11e3435d03
@ -76,7 +76,7 @@
|
||||
# include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__GNUC__) && defined(__amd64__)
|
||||
# include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
||||
# include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__GNUC__) && defined(__amd64__)
|
||||
# include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user