CONFIG_SSE

SSE registers

Type: bool

Help

This option is deprecated. Please use CONFIG_X86_SSE instead.

Direct dependencies

FPU && CPU_HAS_FPU && !X86_64 && X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/arch/x86/core/Kconfig.ia32:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:483

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

config SSE
    bool "SSE registers"
    select X86_SSE
    depends on FPU && CPU_HAS_FPU && !X86_64 && X86
    help
      This option is deprecated. Please use CONFIG_X86_SSE instead.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)