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.
pull/19/head
Christophe Favergeon 6 years ago
parent c3efab80e9
commit 1464ad53f7

@ -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

Loading…
Cancel
Save