Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force all OpenLibm
fenv
-related functions to be globally exported
We do this in the same manner that OpenLibm itself does it; by defining the `__fenv_static` identifier to be `OLM_DLLEXPORT`. `static` == `DLLEXPORT`. Not confusing at all, right? ;) We do it in this manner to avoid needing to change the default behavior for non-Julia users of OpenLibm, which do exist. This way, a default build of OpenLibm has the same behavior as it always has.
- Loading branch information