Fix T46447: fix build on non-x86 platforms.
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#elif (defined(__x86_64__) || defined(__i386__))
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user