We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc82e6 commit cb0c4edCopy full SHA for cb0c4ed
mypyc/lib-rt/base64/config.h
@@ -1,7 +1,7 @@
1
#ifndef BASE64_CONFIG_H
2
#define BASE64_CONFIG_H
3
4
-#if (defined(__x86_64__) && defined(__LP64__)) || defined(_M_X64)
+#if defined(__SSE__) && ((defined(__x86_64__) && defined(__LP64__)) || defined(_M_X64))
5
#define HAVE_SSSE3 1
6
#define HAVE_SSE41 1
7
#define HAVE_SSE42 1
0 commit comments