CONFIG_CMSIS_DSP_FLOAT16¶
Half-Precision (16-bit Float) Support
Type: bool
Help¶
This option enables the half-precision (16-bit) floating-point
operations support.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At modules/Kconfig.cmsis_dsp:782
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:13
→ modules/Kconfig.cmsis:28
Menu path: (Top) → Modules → CMSIS-DSP Library Support
config CMSIS_DSP_FLOAT16
bool "Half-Precision (16-bit Float) Support"
default y
depends on FP16 && CMSIS_DSP
help
This option enables the half-precision (16-bit) floating-point
operations support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)