summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387
Commit message (Expand)AuthorAgeFilesLines
* Add symbol versioning to libm.deischen2006-03-272-0/+15
* Fixed some comments added in rev.1.5.bde2005-10-301-5/+7
* Prevent these functions from using stack outside of their frame.deischen2005-05-063-15/+15
* More optimized math functions.das2005-04-169-4/+226
* Implement and document remquo() and remquof().das2005-03-253-2/+126
* Make the fenv.h routines work for programs that use SSE fordas2005-03-172-85/+262
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-161-4/+15
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+5
* Add scalbnl, also known as as ldexpl.das2005-03-071-0/+19
* Alias scalbnf as ldexpf. The two are identical in binarydas2005-03-071-0/+3
* Remove the i387 versions of atan(), atan2(), and atan2f().das2005-02-214-106/+3
* Remove i387 versions of asin() and acos(). Although the hardwaredas2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromdas2005-02-204-48/+2
* Move machine-dependent crud to its own makefile.das2005-02-041-0/+11
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-0416-16/+16
* Mark all inline asms that read the floating-point control or statusdas2005-01-141-3/+3
* Import the subset of J.T. Conklin's single-precision x86-optimizeddas2005-01-1316-0/+276
* Things that are broken, unneeded, and unused since 1997 belong in the attic.das2005-01-131-55/+0
* Faster lrint() and llrint() implementations for x86.das2005-01-112-0/+71
* Completely remove s_ilogb.S as the assembler implementation gives very littlestefanf2004-06-201-83/+0
* Return the same result as the MI version for 0.0, INFINITY and NaN.stefanf2004-06-191-1/+31
* Add an fenv.h implementation for the i386 port.das2004-06-062-0/+263
* Removed bogus 'l' suffixes in FP register to register instructions.bde2000-06-066-8/+8
* $Id$ -> $FreeBSD$peter1999-08-2824-24/+24
* Fixed wrong mnemonic `setnel' that gas happened to generate correct objectbde1997-04-301-2/+2
* Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.bde1997-03-0924-48/+48
* Revert $FreeBSD$ to $Id$peter1997-02-2224-24/+24
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) tobde1997-02-202-11/+23
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadbde1997-02-161-0/+42
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1424-24/+24
* Fixed fiddling with the control word. Use the stack space reserved forbde1996-12-142-12/+12
* Clean up the FPU stack before returning. One stack slot was leaked onbde1996-12-142-2/+4
* Clean up the FP stack before returning. The i387 exp() leaked an FPbde1996-06-011-1/+2
* Don't trash %ebp.bde1996-02-251-2/+2
* Latest fix from jtc:jkh1994-08-191-2/+13
* Do all the includes: <machine/asm.h> -> <machine/asmacros.h>jkh1994-08-1923-46/+46
* Change includes to reference <machine/asmacros.h>.jkh1994-08-191-2/+2
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-1924-0/+1163
OpenPOWER on IntegriCloud