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 1f390fb commit f979190Copy full SHA for f979190
src/xss-common-includes.h
@@ -65,7 +65,7 @@
65
#define UNLIKELY(x) (x)
66
#endif
67
68
-#if __GNUC__ >= 8
+#if __GNUC__ >= 8 and !defined(__SANITIZE_ADDRESS__)
69
#define X86_SIMD_SORT_UNROLL_LOOP(num) PRAGMA(GCC unroll num)
70
#else
71
#define X86_SIMD_SORT_UNROLL_LOOP(num)
0 commit comments