OpenLibm/arm
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
..
Make.files Add Make.files for all architectures. 2012-12-11 15:09:10 +05:30
Makefile.inc Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
Symbol.map Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30
fenv.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
fenv.h Use uint32_t on ARM, not non-standard __uint32_t 2014-11-27 15:58:19 +00:00