:orphan: .. title:: X86_CPU_HAS_SSE2 .. option:: CONFIG_X86_CPU_HAS_SSE2 *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CPU_ATOM ` - \ :option:`CPU_APOLLO_LAKE ` - \ :option:`CPU_LAKEMONT ` - \ :option:`X86_64 ` Kconfig definition ================== At ``/x86/Kconfig:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options → x86 Features .. code-block:: kconfig config X86_CPU_HAS_SSE2 bool depends on X86 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*