CONFIG_FP16_ALT
FP16 ARM alternative format
Type: bool
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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/arch/arm/core/aarch32/Kconfig:294
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:65
Menu path: (Top) → ARM Options → Half-precision floating point support → FP16 format
config FP16_ALT
bool "FP16 ARM alternative format"
depends on <choice>
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.)