CONFIG_X86_SSE41

Enable SSE4.1 Support

Type: bool

Help

This option enables SSE4.1 support.

Direct dependencies

X86_CPU_HAS_SSE41 && (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/Kconfig:138

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options → x86 Features

config X86_SSE41
    bool "Enable SSE4.1 Support"
    select X86_SSE
    depends on X86_CPU_HAS_SSE41 && (FPU || X86_64) && X86
    help
      This option enables SSE4.1 support.

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