-
CONFIG_SSE
¶
SSE registers
Type: bool
Help¶
This option enables the use of SSE registers by threads.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/x86/Kconfig:162
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities → Architecture Floating Point Options
config SSE bool prompt "SSE registers" ifFLOAT
&&CPU_HAS_FPU
&&X86
depends onFLOAT
&&CPU_HAS_FPU
&&X86
help This option enables the use of SSE registers by threads.
(Definitions include propagated dependencies, including from if’s and menus.)