:orphan: .. title:: CONFIG_SSE_FP_MATH .. kconfig:: CONFIG_SSE_FP_MATH CONFIG_SSE_FP_MATH ################## *Compiler-generated SSEx instructions* Type: ``bool`` Help ==== .. code-block:: none This option is deprecated. Please use CONFIG_X86_SSE_FP_MATH instead. Direct dependencies =================== \ :kconfig:`X86_SSE ` && \ :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_FP_MATH ` Kconfig definition ================== At ``/x86/core/Kconfig.ia32:99`` 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_FP_MATH bool "Compiler-generated SSEx instructions" select X86_SSE_FP_MATH depends on X86_SSE && CPU_HAS_FPU && !X86_64 && X86 help This option is deprecated. Please use CONFIG_X86_SSE_FP_MATH instead. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*