:orphan: .. title:: CONFIG_CMSIS_DSP_FLOAT16 .. kconfig:: CONFIG_CMSIS_DSP_FLOAT16 CONFIG_CMSIS_DSP_FLOAT16 ######################## *Half-Precision (16-bit Float) Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the half-precision (16-bit) floating-point operations support. Direct dependencies =================== \ :kconfig:`FP16 ` && \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/Kconfig.cmsis_dsp:782`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` → ``/Kconfig.cmsis:29`` Menu path: (Top) → Modules → CMSIS-DSP Library Support .. code-block:: kconfig 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.)*