Closed staticfloat closed 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.
fenv
static
DLLEXPORT
fenv.h
Win32 has been using a hack to switch the
fenv
functions fromstatic
toDLLEXPORT
, we apply that hack to all platforms that do not use a hostfenv.h
.