This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
msun
/
i387
History
bde
d859e7c0e5
Fixed fiddling with the control word. Use the stack space reserved for
...
that purpose instead of space below the stack.
1996-12-14 16:43:53 +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_log10.S
…
e_log.S
…
e_remainder.S
…
e_scalb.S
Clean up the FPU stack before returning. One stack slot was leaked on
1996-12-14 16:24:42 +00:00
e_sqrt.S
…
s_atan.S
…
s_ceil.S
Fixed fiddling with the control word. Use the stack space reserved for
1996-12-14 16:43:53 +00:00
s_copysign.S
…
s_cos.S
…
s_finite.S
…
s_floor.S
Fixed fiddling with the control word. Use the stack space reserved for
1996-12-14 16:43:53 +00:00
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
Clean up the FPU stack before returning. One stack slot was leaked on
1996-12-14 16:24:42 +00:00
s_significand.S
…
s_sin.S
…
s_tan.S
…