freebsd_amp_hwpstate/lib/msun/i387
Bruce Evans f05bebb3ad Clean up the FP stack before returning. The i387 exp() leaked an FP
register on its first call.  Subsequent calls reused the register so
the leak didn't accumulate.  Fixes PR 1275.
1996-06-01 18:00:07 +00:00
..
e_acos.S
e_asin.S
e_atan2.S
e_exp.S Clean up the FP stack before returning. The i387 exp() leaked an FP 1996-06-01 18:00:07 +00:00
e_fmod.S
e_log.S
e_log10.S
e_remainder.S
e_scalb.S
e_sqrt.S
s_atan.S
s_ceil.S
s_copysign.S
s_cos.S
s_finite.S
s_floor.S
s_ilogb.S Don't trash %ebp. 1996-02-25 20:29:46 +00:00
s_log1p.S
s_logb.S
s_rint.S
s_scalbn.S
s_significand.S
s_sin.S
s_tan.S