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 5cbce30 commit 8f8bb8dCopy full SHA for 8f8bb8d
Source/StatisticsFunctions/arm_mse_f64.c
@@ -111,8 +111,7 @@ void arm_mse_f64(
111
#endif
112
113
114
-#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) && \
115
- defined(ARM_MATH_NEON) && defined(__aarch64__)
+#if defined(__clang__) && defined(ARM_MATH_NEON) && defined(__aarch64__)
116
#pragma clang loop vectorize(enable) unroll(disable)
117
118
while (blkCnt > 0U)
0 commit comments