NetBSD/lib/libm/arch/i387
kristerw 14e0e5307d The scalb* functions left data on the floting point register stack.
Remove it before leaving the function.

The solution is taken from OpenBSD.
1999-01-02 05:15:40 +00:00
..
e_acos.S
e_asin.S
e_atan2.S
e_atan2f.S
e_exp.S use one less fp stack slot 1996-07-03 17:31:28 +00:00
e_expf.S Assembly versions of expf(), logf(),log10f(), scalbf(), expm1() and expm1f(). 1996-07-03 16:50:20 +00:00
e_fmod.S
e_log.S
e_log10.S
e_log10f.S Assembly versions of expf(), logf(),log10f(), scalbf(), expm1() and expm1f(). 1996-07-03 16:50:20 +00:00
e_logf.S Fix typo 1996-07-06 00:15:45 +00:00
e_remainder.S
e_remainderf.S
e_scalb.S The scalb* functions left data on the floting point register stack. 1999-01-02 05:15:40 +00:00
e_scalbf.S Assembly versions of expf(), logf(),log10f(), scalbf(), expm1() and expm1f(). 1996-07-03 16:50:20 +00:00
e_sqrt.S
e_sqrtf.S
s_atan.S
s_atanf.S
s_ceil.S
s_ceilf.S
s_copysign.S
s_copysignf.S
s_cos.S
s_cosf.S
s_finite.S Use setne instead of setnel, new versions of gas balk at the bad mnemonic. 1996-06-04 18:00:34 +00:00
s_finitef.S Use setne instead of setnel, new versions of gas balk at the bad mnemonic. 1996-06-04 18:00:34 +00:00
s_floor.S
s_floorf.S
s_ilogb.S
s_ilogbf.S Setup stack-frame correctly (same as s_ilogb.S). 1995-10-22 20:32:43 +00:00
s_log1p.S
s_log1pf.S
s_logb.S
s_logbf.S
s_rint.S
s_rintf.S
s_scalbn.S The scalb* functions left data on the floting point register stack. 1999-01-02 05:15:40 +00:00
s_scalbnf.S The scalb* functions left data on the floting point register stack. 1999-01-02 05:15:40 +00:00
s_significand.S
s_significandf.S
s_sin.S
s_sinf.S
s_tan.S
s_tanf.S