-
CONFIG_SSE¶
SSE registers
Type: bool
Help¶
This option enables the use of SSE registers by threads.
Direct dependencies¶
FPU && CPU_HAS_FPU && !X86_64 && X86
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At arch/x86/core/Kconfig.ia32:92
Included via Kconfig:8 → Kconfig.zephyr:29 → arch/Kconfig:12 → arch/x86/Kconfig:319
Menu path: (Top) → X86 Architecture Options → Processor Capabilities → Architecture Floating Point Options
config SSE
bool "SSE registers"
depends on FPU && CPU_HAS_FPU && !X86_64 && X86
help
This option enables the use of SSE registers by threads.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)