freebsd-dev/lib/msun
David Schultz f365db00e5 Mark all inline asms that read the floating-point control or status
registers as volatile.  Instructions that *wrote* to FP state were
already marked volatile, but apparently gcc has license to move
non-volatile asms past volatile asms.  This broke amd64's feupdateenv
at -O2 due to a WAR conflict between fnstsw and fldenv there.
2005-01-14 07:09:23 +00:00
..
alpha Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
amd64 Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
arm Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
bsdsrc GC unused declaration 2004-12-16 20:40:49 +00:00
i387 Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
ia64 Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
man Fixed too many of "the", and enclose multi-word argument in double quotes. 2005-01-13 20:33:42 +00:00
powerpc Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
sparc64 Mark all inline asms that read the floating-point control or status 2005-01-14 07:09:23 +00:00
src The isnormal() in rev 1.2 should have been isfinite() so subnormals 2005-01-13 15:43:41 +00:00
Makefile Import the subset of J.T. Conklin's single-precision x86-optimized 2005-01-13 18:58:25 +00:00