OpenLibm/ld80
Peter Colberg aeaf9cefa7 Fix undefined reference to __fpgetprec on i386
Closes #137

This reverts commit ebcd40f1b0.

The tests were failing to load the library on i386 due to an undefined
reference to __fpgetprec, which resulted from __fpgetprec not being inlined
due to the missing definition of __GNUCLIKE_ASM and __CC_SUPPORTS___INLINE__.
2016-06-23 23:32:31 -04:00
..
Make.files Add lgammal_r(). 2015-01-08 11:23:28 +01:00
e_acoshl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_atanhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_coshl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_expl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_fmodl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_hypotl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_lgammal_r.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log2l.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_log10l.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_logl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_powl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_rem_pio2l.h Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_sinhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
e_tgammal.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
invtrig.c automatic arch selection in Makefile 2012-05-25 16:24:37 -04:00
invtrig.h Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
k_cosl.c Fix Clang warnings on Windows 2016-03-13 06:21:15 +00:00
k_sinl.c Fix Clang warnings on Windows 2016-03-13 06:21:15 +00:00
k_tanl.c Fix Clang warnings on Windows 2016-03-13 06:21:15 +00:00
s_asinhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_ceill.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_erfl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_exp2l.c Fix undefined reference to __fpgetprec on i386 2016-06-23 23:32:31 -04:00
s_expm1l.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_floorl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_log1pl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_modfl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nanl.c Blanket rename DLLEXPORT->OLM_DLLEXPORT 2016-03-13 21:07:55 -04:00
s_nextafterl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nexttoward.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_nexttowardf.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_remquol.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_tanhl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00
s_truncl.c Rename openlibm.h to openlibm_math.h. 2015-01-11 23:37:01 +01:00