freebsd-dev/lib/msun/amd64
David Schultz 8185b32b5a Fix a problem relating to fesetenv() clobbering i387 register stack.
Details: As a side-effect of restoring a saved FP environment,
fesetenv() overwrites the tag word, which indicates which i387
registers are in use.  Normally this isn't a problem because
the calling convention requires the register stack to be empty
on function entry and exit.  However, fesetenv() is inlined, so we
need to tell gcc explicitly that the i387 registers get clobbered.

PR:	85101
2007-01-06 21:46:23 +00:00
..
e_sqrt.S Remove wrappers and other cruft intended to support SVID, mistakes in 2005-02-04 14:08:32 +00:00
e_sqrtf.S More optimized math functions. 2005-04-16 21:12:55 +00:00
fenv.c Remove an unneeded fnstcw instruction. 2007-01-05 07:15:26 +00:00
fenv.h Fix a problem relating to fesetenv() clobbering i387 register stack. 2007-01-06 21:46:23 +00:00
Makefile.inc Add symbol versioning to libm. 2006-03-27 23:59:45 +00:00
s_llrint.S amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. 2005-01-15 03:32:28 +00:00
s_llrintf.S More optimized math functions. 2005-04-16 21:12:55 +00:00
s_lrint.S amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. 2005-01-15 03:32:28 +00:00
s_lrintf.S More optimized math functions. 2005-04-16 21:12:55 +00:00
s_remquo.S Implement and document remquo() and remquof(). 2005-03-25 04:40:44 +00:00
s_remquof.S Implement and document remquo() and remquof(). 2005-03-25 04:40:44 +00:00
s_scalbn.S More optimized math functions. 2005-04-16 21:12:55 +00:00
s_scalbnf.S Add a missing ldexpf() alias for amd64. 2005-09-12 20:54:00 +00:00
s_scalbnl.S More optimized math functions. 2005-04-16 21:12:55 +00:00
Symbol.map Add symbol versioning to libm. 2006-03-27 23:59:45 +00:00