:orphan: .. title:: CONFIG_FP16_ALT .. kconfig:: CONFIG_FP16_ALT CONFIG_FP16_ALT ############### *FP16 ARM alternative format* Type: ``bool`` Help ==== .. code-block:: none This option selects the ARM alternative format for FP16. This representation is similar to the IEEE 754-2008 format, but does not support infinites or NaNs. Instead, the range of exponents is extended, so that this format can represent normalized values in the range of 2^(-14) to 131008. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/core/aarch32/Kconfig:283`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` Menu path: (Top) → ARM Options → Half-precision floating point support → FP16 format .. code-block:: kconfig config FP16_ALT bool "FP16 ARM alternative format" depends on help This option selects the ARM alternative format for FP16. This representation is similar to the IEEE 754-2008 format, but does not support infinites or NaNs. Instead, the range of exponents is extended, so that this format can represent normalized values in the range of 2^(-14) to 131008. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*