-
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
.
Kconfig definition¶
At arch/Kconfig:457
Included via Kconfig:10
→ Kconfig.zephyr:29
Menu path: (top menu) → Floating point
config FP_SHARING bool prompt "Floating point register sharing" ifFLOAT
depends onFLOAT
help This option allows multiple threads to use the floating point registers.
(Definitions include propagated dependencies, including from if’s and menus.)