zephyr/tests/lib/cmsis_dsp
Stephanos Ioannidis 30c5e0222b tests: cmsis_dsp: MVE correlate out-of-bounds access workaround
The MVE `arm_correlate_f32` and `arm_correlate_q31` implementations may
write to negative indices of the output buffer (refer to the upstream
CMSIS-DSP bug ARM-software/CMSIS-DSP#59).

This commit adds a workaround for the above bug by overallocating the
output buffer memory and offsetting the output buffer supplied to the
function.

Revert this commit when this bug is fixed.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2022-10-20 22:12:42 +09:00
..
basicmath
bayes
common
complexmath
distance
fastmath
filtering tests: cmsis_dsp: MVE correlate out-of-bounds access workaround 2022-10-20 22:12:42 +09:00
interpolation tests: lib: move the cmsis_dsp interpolation test to new ztest API 2022-09-14 07:22:09 -04:00
matrix tests: lib: move the cmsis_dsp matrix test to new ztest API 2022-09-14 07:22:09 -04:00
quaternionmath
statistics tests: lib: move the cmsis_dsp statistics test to new ztest API 2022-09-14 07:22:09 -04:00
support
svm
transform tests: cmsis_dsp: Remove invalid mps3_an547 integration platform spec 2022-10-18 17:52:48 +09:00