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 <External Modules>/Kconfig.cmsis_dsp:782
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:13 → <External 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.)