OpenLibm/i387
Graham Inggs e3336dd022 Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
..
Make.files Remove the non-standard finite() function. 2015-02-12 13:35:19 +01:00
bsd_asm.h Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
bsd_cdefs.h Allow compilation of assembly files on OSX 2012-05-24 23:14:58 -04:00
bsd_ieeefp.h Move public headers into include/ and private headers into src/. 2015-01-11 16:35:32 +01:00
bsd_npx.h Build fixes for Windows 2012-05-25 21:25:13 -04:00
e_exp.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_fmod.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_log.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_log10.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_log10f.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_logf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_remainder.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_remainderf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_remainderl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_sqrt.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_sqrtf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
e_sqrtl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
fenv.c Remove weak reference construct from fenv code. 2015-01-10 09:41:32 +01:00
invtrig.c Comment out __FBSDID 2011-12-15 11:46:26 +05:30
osx_asm.h Allow compilation of assembly files on OSX 2012-05-24 23:14:58 -04:00
s_ceil.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_ceilf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_ceill.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_copysign.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_copysignf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_copysignl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_cos.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_floor.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_floorf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_floorl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_llrint.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_llrintf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_llrintl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_logb.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_logbf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_logbl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_lrint.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_lrintf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_lrintl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_remquo.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_remquof.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_remquol.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_rint.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_rintf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_rintl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_scalbn.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_scalbnf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_scalbnl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_sin.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_tan.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_trunc.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_truncf.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00
s_truncl.S Enable stack protection for all ELFs, not only __linux__ 2015-11-10 21:39:17 +02:00