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.
2 parents ae5f5bb + c52e9f8 commit b7bd4f9Copy full SHA for b7bd4f9
scipy/spatial/src/distance_wrap.c
@@ -33,7 +33,7 @@
33
*/
34
35
#if !defined(__clang__) && defined(__GNUC__) && defined(__GNUC_MINOR__)
36
-#if __GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
+#if !defined(__APPLE__) && (__GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4))
37
/* enable auto-vectorizer */
38
#pragma GCC optimize("tree-vectorize")
39
/* float associativity required to vectorize reductions */
0 commit comments