1 parent 3c7be00 commit 6dda027Copy full SHA for 6dda027
1 file changed
AES.hpp
@@ -39,9 +39,9 @@
39
#endif
40
41
42
-#if (defined(_WIN32) || defined(_WIN64) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(__amd64__)) && \
+#if (defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(__amd64__)) && \
43
!defined(USE_CXX_AES) && !defined(USE_NEON_AES)
44
- #ifdef _MSC_VER
+ #if defined(_MSC_VER)
45
#include <intrin.h>
46
47
0 commit comments