pull/100/merge
Ryan McClelland 2 years ago committed by GitHub
commit 1a6e238b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,8 @@ void arm_mse_f64(
#endif
#endif
#if defined(ARM_MATH_NEON) && defined(__aarch64__)
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) && \
defined(ARM_MATH_NEON) && defined(__aarch64__)
#pragma clang loop vectorize(enable) unroll(disable)
#endif
while (blkCnt > 0U)

Loading…
Cancel
Save