CONFIG_X86_FP_USE_SOFT_FLOAT

Use Software Floating Point Operations

Type: bool

Help

Enable using software floating point operations.

Direct dependencies

!X86_64 && X86

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/arch/x86/core/Kconfig.ia32:138

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:482

Menu path: (Top) → X86 Architecture Options → Processor Capabilities → Architecture Floating Point Options

config X86_FP_USE_SOFT_FLOAT
    bool "Use Software Floating Point Operations" if !(NEWLIB_LIBC && !FPU)
    default y if NEWLIB_LIBC && !FPU
    depends on !X86_64 && X86
    help
      Enable using software floating point operations.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)