OpenLibm/amd64
Ed Schouten d07820351b Rename the fenv headers.
I guess the idea would be to eventually also install all of the
openlibm*.h headers, instead of just openlibm.h. Make openlibm_fenv.h
suitable for this purpose by moving all of the $ARCH/fenv.h headers next
to it.

We actually need this change to make OPENLIBM_USE_HOST_FENV_H work.
Right now it's still broken, because the "#include <fenv.h>" performed
by openlibm_fenv.h still pulls in $ARCH/fenv.h as $ARCH/ is added to the
compiler include path.
2015-01-10 10:21:57 +01:00
..
bsd_asm.h work around msvc bug where .model must be on its own line or it forgets about it 2014-03-18 22:03:14 -04:00
bsd_cdefs.h Allow compilation of assembly files on OSX 2012-05-24 23:14:58 -04:00
bsd_fpu.h Fix build on amd64 linux 2012-08-19 04:15:47 -04:00
bsd_ieeefp.h Remove unneeded tests for <sys/cdefs.h>. 2015-01-07 22:02:40 +01:00
e_remainder.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
e_remainderf.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
e_remainderl.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
e_sqrt.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
e_sqrtf.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
e_sqrtl.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
fenv.c Remove weak reference construct from fenv code. 2015-01-10 09:41:32 +01:00
Make.files Add fpu.h 2012-08-19 13:13:52 +05:30
openlibm_fenv.h Rename the fenv headers. 2015-01-10 10:21:57 +01:00
s_llrint.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_llrintf.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_llrintl.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_logbl.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_lrint.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_lrintf.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_lrintl.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_remquo.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_remquof.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_remquol.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_rintl.S Enable stack protection in all .S files 2013-12-21 21:19:54 +01:00
s_scalbn.S Export ldexp aliases on Windows 2014-05-09 17:05:33 -07:00
s_scalbnf.S Export ldexp aliases on Windows 2014-05-09 17:05:33 -07:00
s_scalbnl.S Export ldexp aliases on Windows 2014-05-09 17:05:33 -07:00
Symbol.map Import entire msun from FreeBSD. 2011-12-15 11:29:35 +05:30