ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
535 stars 137 forks source link

Function vuninitializedq_s16 has no prototype #215

Open RemiCSTM opened 1 day ago

RemiCSTM commented 1 day ago

Hi, I am currently working with the library and when I try to compile it with IAR, I get this compilation error:

      vecDst = vuninitializedq_s16();
               ^
\cmsis_dsp\Include\arm_helium_utils.h",684  Error[Pa045]: function "vuninitializedq_s16" has no prototype

I did not find any implementation for this function.

christophe0606 commented 1 day ago

@RemiCSTM It looks like a problem with the compiler since this intrinsics is part of the C interface in arm_mve.h and I have just checked it is defined in gcc, clang and Arm compiler 6:

vuninitializedq_s16