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.
Default
y
Kconfig definition
At <Zephyr>/modules/Kconfig.cmsis_dsp:782
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:13
→ <Zephyr>/modules/Kconfig.cmsis:29
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.)