NetBSD/lib/libm/arch/i387
drochner b0f21ee1ea merge libc/arch/{i386,x86_64}/gen/modf.S into one
(not quite a merge actually, just an #ifdef for now)
and build it in the i386 case (amd64 should work, just needs to be tested)
That way, a program linking against libm should get the optimized
version as expected.
2006-03-22 20:45:58 +00:00
..
Makefile merge libc/arch/{i386,x86_64}/gen/modf.S into one 2006-03-22 20:45:58 +00:00
abi.h Typo fix, from skrueger at europe com. 2004-03-22 13:41:09 +00:00
e_acos.S
e_asin.S
e_atan2.S
e_atan2f.S
e_exp.S
e_expf.S
e_fmod.S
e_log.S
e_log2.S Add i387 FPU routines for log2(3) and log2f(3). 2005-07-21 20:58:21 +00:00
e_log2f.S Add i387 FPU routines for log2(3) and log2f(3). 2005-07-21 20:58:21 +00:00
e_log10.S
e_log10f.S
e_logf.S
e_remainder.S
e_remainderf.S
e_scalb.S
e_scalbf.S
e_sqrt.S
e_sqrtf.S
lrint.S add licenses 2004-10-13 15:18:31 +00:00
s_atan.S
s_atanf.S
s_ceil.S
s_ceilf.S amd64: stack sanity, leave the return PC alone 2004-07-16 18:40:24 +00:00
s_copysign.S
s_copysignf.S
s_cos.S
s_cosf.S
s_finite.S
s_finitef.S
s_floor.S
s_floorf.S amd64: stack sanity, leave the return PC alone 2004-07-16 18:40:24 +00:00
s_ilogb.S
s_ilogbf.S
s_log1p.S Avoid the PIC dance. 2003-09-16 18:17:11 +00:00
s_log1pf.S Avoid the PIC dance. 2003-09-16 18:17:11 +00:00
s_logb.S
s_logbf.S
s_modf.S merge libc/arch/{i386,x86_64}/gen/modf.S into one 2006-03-22 20:45:58 +00:00
s_rint.S
s_rintf.S
s_scalbn.S The second argument is not a float, so the "abi.h" abstraction 2006-03-21 11:35:21 +00:00
s_scalbnf.S The second argument is not a float, so the "abi.h" abstraction 2006-03-21 11:35:21 +00:00
s_significand.S
s_significandf.S
s_sin.S
s_sinf.S
s_tan.S
s_tanf.S
shlib_version Bump minor version for log2{,f}. 2005-07-21 22:49:16 +00:00