We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 043425d + 1ab0017 commit 0a9986bCopy full SHA for 0a9986b
1 file changed
bench/xjb/float_to_string/ftoa.cpp
@@ -51,7 +51,7 @@
51
52
/* Whether to use sse2 (x64). */
53
#ifndef XJB_USE_SSE2
54
-# if XJB_USE_SIMD && (defined(__GNUC__) && defined(__SSE2__) && defined(__amd64__))
+# if XJB_USE_SIMD && defined(__SSE2__) && __SSE2__
55
# include <immintrin.h>
56
# define XJB_USE_SSE2 1
57
# else
0 commit comments