JuliaMath / openlibm

High quality system independent, portable, open source libm implementation
https://openlibm.org
Other
515 stars 140 forks source link

Export `fenv` functions on all platforms #213

Closed staticfloat closed 4 years ago

staticfloat commented 4 years ago

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.