Selaa lähdekoodia

CMSIS-DSP: Corrected build issue with Helium code on gcc.

Christophe Favergeon 4 vuotta sitten
vanhempi
sitoutus
b7bb06adec
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      CMSIS/DSP/Include/arm_helium_utils.h

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

@@ -687,7 +687,7 @@ __STATIC_INLINE q15x8_t FAST_VSQRT_Q15(q15x8_t vecIn)
     vecDst = vuninitializedq_s16();
 
     vecSignBits = vclsq(vecIn);
-    vecSignBits = vbicq(vecSignBits, 1);
+    vecSignBits = vbicq_n_s16(vecSignBits, 1);
     /*
      * in = in << no_of_sign_bits;
      */