Skip to content

Check for feenableexcept() explicitly#110

Open
alyssais wants to merge 1 commit intofreeswitch:masterfrom
alyssais:feenableexcept
Open

Check for feenableexcept() explicitly#110
alyssais wants to merge 1 commit intofreeswitch:masterfrom
alyssais:feenableexcept

Conversation

@alyssais
Copy link

@alyssais alyssais commented Nov 3, 2025

musl provides <fenv.h>, but not the non-standard feenableexcept() function, so using feenableexcept() whenever <fenv.h> was present caused build failures on musl. Instead, explicitly check for the non-standard function we want to use.

musl provides <fenv.h>, but not the non-standard feenableexcept()
function, so using feenableexcept() whenever <fenv.h> was present
caused build failures on musl.  Instead, explicitly check for the
non-standard function we want to use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant