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