Jelajahi Sumber

CMSIS-DSP: Corrected a bug.
arm_mve.h was not included in all cases since the introduction of
the automatic MVE detection and the autovectorization test.

Christophe Favergeon 5 tahun lalu
induk
melakukan
a68c2a2feb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      CMSIS/DSP/Include/arm_math.h

+ 1 - 1
CMSIS/DSP/Include/arm_math.h

@@ -431,7 +431,7 @@ extern "C"
   #endif
 #endif
 
-#if defined (ARM_MATH_HELIUM) || defined(ARM_MATH_MVEF) || defined(ARM_MATH_MVEI)
+#if __ARM_FEATURE_MVE
 #include <arm_mve.h>
 #endif