:orphan: .. title:: SSE .. option:: CONFIG_SSE *SSE registers* Type: ``bool`` Help ==== This option enables the use of SSE registers by threads. Direct dependencies =================== \ :option:`FPU ` && \ :option:`CPU_HAS_FPU ` && !\ :option:`X86_64 ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config SSE bool "SSE registers" depends on \ :option:`FPU ` && \ :option:`CPU_HAS_FPU ` && !\ :option:`X86_64 ` && \ :option:`X86 ` help This option enables the use of SSE registers by threads. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*