The latest development version of this page may be more current than this released 2.5.0 version.
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:8Kconfig.zephyr:29arch/Kconfig:12arch/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.)