:orphan: .. title:: CONFIG_SSE .. kconfig:: CONFIG_SSE CONFIG_SSE ########## *SSE registers* Type: ``bool`` Help ==== .. code-block:: none This option is deprecated. Please use CONFIG_X86_SSE instead. Direct dependencies =================== \ :kconfig:`FPU ` && \ :kconfig:`CPU_HAS_FPU ` && !\ :kconfig:`X86_64 ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`X86_SSE ` Kconfig definition ================== At ``/x86/core/Kconfig.ia32:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/x86/Kconfig:482`` Menu path: (Top) → X86 Architecture Options → Processor Capabilities → Architecture Floating Point Options .. code-block:: kconfig 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.)*