| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, | dim | 2010-10-01 | 1 | -2/+1 |
* | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | kib | 2010-02-03 | 2 | -9/+15 |
* | Use, in uncovered part, the END() macro in order to improve debugging. | attilio | 2009-05-25 | 9 | -0/+9 |
* | Add assembly versions of remquol() and remainderl(). | das | 2008-03-30 | 3 | -2/+114 |
* | Hook up sqrtl() to the build. | das | 2008-03-02 | 1 | -1/+1 |
* | MD implementations of sqrtl(). | das | 2008-03-02 | 1 | -0/+33 |
* | Use hardware remainder on amd64 since it is 5 to 10 times faster than | bde | 2008-02-13 | 3 | -1/+78 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | das | 2008-01-14 | 4 | -3/+116 |
* | Translate from the i386 so that this compiles and runs. | bde | 2007-12-17 | 1 | -1/+1 |
* | Add logbl(3) to libm. | das | 2007-12-17 | 2 | -1/+46 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -1/+3 |
* | Fix a problem relating to fesetenv() clobbering i387 register stack. | das | 2007-01-06 | 1 | -1/+12 |
* | Remove an unneeded fnstcw instruction. | das | 2007-01-05 | 1 | -7/+5 |
* | Add symbol versioning to libm. | deischen | 2006-03-27 | 2 | -0/+13 |
* | Add a missing ldexpf() alias for amd64. | das | 2005-09-12 | 1 | -0/+3 |
* | More optimized math functions. | das | 2005-04-16 | 7 | -1/+173 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 3 | -1/+131 |
* | Spell 'fedisableexcept' correctly. | das | 2005-03-16 | 1 | -1/+1 |
* | Replace fegetmask() and fesetmask() with feenableexcept(), | das | 2005-03-16 | 2 | -8/+26 |
* | Define the LDBL_PREC to be the number of significant bits in a long | das | 2005-03-07 | 1 | -0/+1 |
* | Move machine-dependent crud to its own makefile. | das | 2005-02-04 | 1 | -0/+3 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 1 | -1/+1 |
* | amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. | das | 2005-01-15 | 3 | -0/+75 |
* | Mark all inline asms that read the floating-point control or status | das | 2005-01-14 | 1 | -3/+3 |
* | Mark inline stmxcsr instructions as volatile, since this appears to be | das | 2005-01-11 | 1 | -1/+1 |
* | Insert a missing '~' in feholdexcept(), so that it correctly clears | das | 2004-06-11 | 1 | -1/+1 |
* | Add an fenv.h implementation for the amd64 port. | das | 2004-06-06 | 2 | -0/+333 |