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 da5bcd2 commit f693892Copy full SHA for f693892
src/tests/hash_functions/nmhash.h
@@ -51,7 +51,8 @@ extern "C" {
51
#endif
52
53
#if defined(__has_builtin)
54
-# if __has_builtin(__builtin_rotateleft32)
+# if __has_builtin(__builtin_rotateleft32) \
55
+ && !(defined(__INTEL_COMPILER) && defined(__APPLE__))
56
# define NMH_rotl32 __builtin_rotateleft32 /* clang */
57
# endif
58
src/tests/hash_functions/nmhash_scalar.h
0 commit comments