OpenLibm/test
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
..
.gitignore change include path to build on linux, fix .gitignore 2014-12-05 09:33:07 +00:00
inf_torture.c Checkin Jameson's inf_torture.c 2012-01-06 09:08:30 +05:30
libm-bench.cpp change include path to build on linux, fix .gitignore 2014-12-05 09:33:07 +00:00
libm-test-ulps.h Increase single-precision test tolerance for erfc(1.2) and yn(3, 0.7). 2014-07-29 12:24:09 +02:00
libm-test.c Rename include/fenv.h to <openlibm_fenv.h>. 2015-01-09 13:11:12 +01:00
Makefile Add make bench for building the benchmarks 2014-12-04 21:27:19 +05:30
test-double.c Some more files for tests 2012-06-10 18:47:39 +05:30
test-float.c Make tests build. 2012-07-02 07:49:00 +05:30