Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posix: fpu: Fix compiler error when enabling fpu on posix boards #81879

Conversation

allemanm
Copy link
Contributor

Enabling CONFIG_FPU and CONFIG_FPU_SHARING requires the definition of arch_float_disable and arch_float_enable.

Enabling CONFIG_FPU and CONFIG_FPU_SHARING requires the
definition of `arch_float_disable` and `arch_float_enable`.

Signed-off-by: Matthias Alleman <[email protected]>
@zephyrbot zephyrbot added the area: native port Host native arch port (native_sim) label Nov 25, 2024
@zephyrbot zephyrbot requested a review from aescolar November 25, 2024 14:29
@aescolar aescolar requested a review from kartben November 25, 2024 14:38
@aescolar aescolar added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Nov 25, 2024
@henrikbrixandersen henrikbrixandersen merged commit e7c353b into zephyrproject-rtos:main Nov 25, 2024
36 checks passed
@pdgendt pdgendt added backport v3.7-branch Request backport to the v3.7-branch backport v4.0-branch Backport to the v4.0-branch labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: native port Host native arch port (native_sim) backport v3.7-branch Request backport to the v3.7-branch backport v4.0-branch Backport to the v4.0-branch Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

posix:fpu: Enabling CONFIG_FPU and CONFIG_FPU_SHARING causes compiler error
6 participants