Hi,
I'm reading through the sources of CMSIS-DSP and came across the following question:
The define of "ARM_MATH_DSP" is only set if the target architecture is "ARM_ARCH_7EM". Does this mean, that all functions defined for ARM_MATH_DSP are not used…