Commit 327105f
tests: dsp: basicmath: build f16 tests only if supported in hardware
The tests use f16 arithmetic operations, so it should only be built
if CONFIG_CMSIS_DSP_FLOAT16 is enabled. The previously used more
generic CONFIG_FP16 only ensures f16 storage support.
Signed-off-by: Martin Jäger <martin.jaeger@a-labs.io>1 parent 0db6478 commit 327105f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments