summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387
Commit message (Expand)AuthorAgeFilesLines
* 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