This commit adds the benchmark application for the CMSIS-DSP 'basic math' functions. This benchmark application is loosely based on the C++ test suite included in the upstream CMSIS-DSP distribution. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_CMSIS_DSP=y
|
|
CONFIG_CMSIS_DSP_BASICMATH=y
|