The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SSE

SSE registers

Type: bool

Help

This option enables the use of SSE registers by threads.

Direct dependencies

FLOAT && CPU_HAS_FPU && X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/x86/Kconfig:162

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → X86 Architecture Options → Processor Capabilities → Architecture Floating Point Options

config SSE
    bool
    prompt "SSE registers" if FLOAT && CPU_HAS_FPU && X86
    depends on FLOAT && 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.)