Skip to content

Export fenv functions on all platforms

Compare
Choose a tag to compare
@staticfloat staticfloat released this 02 Sep 16:33
· 94 commits to master since this release
5a27b4c
Export `fenv` functions on all platforms (#213)

Win32 has been using a hack to switch the `fenv` functions from `static`
to `DLLEXPORT`, we apply that hack to all platforms that do not use a
host `fenv.h`.