-
CONFIG_FP_SHARING
¶
Floating point register sharing
Type: bool
Help¶
This option allows multiple threads to use the floating point registers.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At arch/Kconfig:492
Included via Kconfig:8
→ Kconfig.zephyr:34
Menu path: (Top) → Floating point
config FP_SHARING
bool "Floating point register sharing"
depends on FLOAT
help
This option allows multiple threads to use the floating point
registers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)