Open RemiCSTM opened 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.
@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:
arm_mve.h
vuninitializedq_s16
Hi, I am currently working with the library and when I try to compile it with IAR, I get this compilation error:
I did not find any implementation for this function.