-
CONFIG_SSE_FP_MATH
¶
Compiler-generated SSEx instructions
Type: bool
Help¶
This option is deprecated. Please use CONFIG_X86_SSE_FP_MATH instead.
Direct dependencies¶
X86_SSE
&& CPU_HAS_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/core/Kconfig.ia32:99
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/x86/Kconfig:483
Menu path: (Top) → X86 Architecture Options → Processor Capabilities → Architecture Floating Point Options
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.)