OpenLibm/include
Ed Schouten 17688c4487 Rename include/fenv.h to <openlibm_fenv.h>.
OpenLibm has an implementation of fenv.h internally. This may be
problematic in case you want it to build against the host system's
implementation, as it would require you to somehow take the fenv.h file
out of the compiler search path.

Simply use a different naming scheme, similar to openlibm.h and
openlibm_complex.h. If we want to build against the host's fenv.h, we
can simply add an '#include <fenv.h>' from within this header.
2015-01-09 13:11:12 +01:00
..
amd64_fpmath.h Initialize repo. FreeBSD 8.2 msun code + some tweaks 2011-08-13 00:31:25 +05:30
cdefs-compat.h Don't attempt to pull in <sys/cdefs.h> directly. 2015-01-07 22:22:52 +01:00
fpmath.h Use endianness definitions provided by GCC or Clang if available. 2015-01-07 22:33:54 +01:00
i386_fpmath.h Initialize repo. FreeBSD 8.2 msun code + some tweaks 2011-08-13 00:31:25 +05:30
types-compat.h Removed some uses of sys/types.h 2014-12-01 11:10:41 +00:00