The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_FPU_SHARING

FPU register sharing

Type: bool

Help

This option enables preservation of the hardware floating point registers across context switches to allow multiple threads to perform concurrent floating point operations.

Direct dependencies

FPU

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/Kconfig:547

Included via Kconfig:8Kconfig.zephyr:29

Menu path: (Top) → Floating Point Options → Enable floating point unit (FPU)

config FPU_SHARING
    bool "FPU register sharing"
    depends on FPU
    help
      This option enables preservation of the hardware floating point registers
      across context switches to allow multiple threads to perform concurrent
      floating point operations.

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