| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge the 386 and amd64 versions of the fenv.h, to make cc -m32 | Konstantin Belousov | 2013-04-21 | 1 | -259/+0 |
| * | Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" with | Tijl Coosemans | 2012-09-16 | 3 | -16/+16 |
| * | Bugfix: feenableexcept() and fedisableexcept() should just return the | David Schultz | 2011-10-21 | 1 | -4/+4 |
| * | Use #include "fenv.h" instead of #include <fenv.h>. This makes it | David Schultz | 2011-10-16 | 1 | -1/+1 |
| * | Replace two lines accidentally removed in r226218. Thanks to bde | David Schultz | 2011-10-15 | 1 | -0/+3 |
| * | Provide external definitions of all of the standardized functions in | David Schultz | 2011-10-10 | 3 | -13/+28 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 48 | -0/+96 |
| * | Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, | Dimitry Andric | 2010-10-01 | 20 | -40/+20 |
| * | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | Konstantin Belousov | 2010-02-03 | 2 | -13/+19 |
| * | Use, in uncovered part, the END() macro in order to improve debugging. | Attilio Rao | 2009-05-25 | 40 | -0/+40 |
| * | On i386, gcc truncates long double constants to double precision | David Schultz | 2008-08-02 | 1 | -0/+86 |
| * | Add assembly versions of remquol() and remainderl(). | David Schultz | 2008-03-30 | 3 | -2/+114 |
| * | Hook up sqrtl() to the build. | David Schultz | 2008-03-02 | 1 | -1/+1 |
| * | MD implementations of sqrtl(). | David Schultz | 2008-03-02 | 1 | -0/+43 |
| * | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | David Schultz | 2008-01-14 | 4 | -1/+116 |
| * | Add logbl(3) to libm. | David Schultz | 2007-12-17 | 2 | -1/+45 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -1/+3 |
| * | Fix a problem relating to fesetenv() clobbering i387 register stack. | David Schultz | 2007-01-06 | 1 | -1/+12 |
| * | Remove an unneeded fnstcw instruction. | David Schultz | 2007-01-05 | 1 | -6/+5 |
| * | Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++ | Bruce Evans | 2006-10-14 | 1 | -2/+2 |
| * | Removed the optimized asm versions of scalb() and scalbf(). These | Bruce Evans | 2006-07-05 | 3 | -62/+2 |
| * | Add symbol versioning to libm. | Daniel Eischen | 2006-03-27 | 2 | -0/+15 |
| * | Fixed some comments added in rev.1.5. | Bruce Evans | 2005-10-30 | 1 | -5/+7 |
| * | Prevent these functions from using stack outside of their frame. | Daniel Eischen | 2005-05-06 | 3 | -15/+15 |
| * | More optimized math functions. | David Schultz | 2005-04-16 | 9 | -4/+226 |
| * | Implement and document remquo() and remquof(). | David Schultz | 2005-03-25 | 3 | -2/+126 |
| * | Make the fenv.h routines work for programs that use SSE for | David Schultz | 2005-03-17 | 2 | -85/+262 |
| * | Replace fegetmask() and fesetmask() with feenableexcept(), | David Schultz | 2005-03-16 | 1 | -4/+15 |
| * | - Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 1 | -0/+5 |
| * | Add scalbnl, also known as as ldexpl. | David Schultz | 2005-03-07 | 1 | -0/+19 |
| * | Alias scalbnf as ldexpf. The two are identical in binary | David Schultz | 2005-03-07 | 1 | -0/+3 |
| * | Remove the i387 versions of atan(), atan2(), and atan2f(). | David Schultz | 2005-02-21 | 4 | -106/+3 |
| * | Remove i387 versions of asin() and acos(). Although the hardware | David Schultz | 2005-02-20 | 3 | -112/+1 |
| * | Remove the float versions of the i387 trig functions obtained from | David Schultz | 2005-02-20 | 4 | -48/+2 |
| * | Move machine-dependent crud to its own makefile. | David Schultz | 2005-02-04 | 1 | -0/+11 |
| * | Remove wrappers and other cruft intended to support SVID, mistakes in | David Schultz | 2005-02-04 | 16 | -16/+16 |
| * | Mark all inline asms that read the floating-point control or status | David Schultz | 2005-01-14 | 1 | -3/+3 |
| * | Import the subset of J.T. Conklin's single-precision x86-optimized | David Schultz | 2005-01-13 | 16 | -0/+276 |
| * | Things that are broken, unneeded, and unused since 1997 belong in the attic. | David Schultz | 2005-01-13 | 1 | -55/+0 |
| * | Faster lrint() and llrint() implementations for x86. | David Schultz | 2005-01-11 | 2 | -0/+71 |
| * | Completely remove s_ilogb.S as the assembler implementation gives very little | Stefan Farfeleder | 2004-06-20 | 1 | -83/+0 |
| * | Return the same result as the MI version for 0.0, INFINITY and NaN. | Stefan Farfeleder | 2004-06-19 | 1 | -1/+31 |
| * | Add an fenv.h implementation for the i386 port. | David Schultz | 2004-06-06 | 2 | -0/+263 |
| * | Removed bogus 'l' suffixes in FP register to register instructions. | Bruce Evans | 2000-06-06 | 6 | -8/+8 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 24 | -24/+24 |
| * | Fixed wrong mnemonic `setnel' that gas happened to generate correct object | Bruce Evans | 1997-04-30 | 1 | -2/+2 |
| * | Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>. | Bruce Evans | 1997-03-09 | 24 | -48/+48 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 24 | -24/+24 |
| * | Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) to | Bruce Evans | 1997-02-20 | 2 | -11/+23 |
| * | Fixed the i87 version of exp(). It returned NaN for args +-Inf. It had | Bruce Evans | 1997-02-16 | 1 | -0/+42 |