index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msun
/
i387
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
24
-24
/
+24
*
Fixed fiddling with the control word. Use the stack space reserved for
bde
1996-12-14
2
-12
/
+12
*
Clean up the FPU stack before returning. One stack slot was leaked on
bde
1996-12-14
2
-2
/
+4
*
Clean up the FP stack before returning. The i387 exp() leaked an FP
bde
1996-06-01
1
-1
/
+2
*
Don't trash %ebp.
bde
1996-02-25
1
-2
/
+2
*
Latest fix from jtc:
jkh
1994-08-19
1
-2
/
+13
*
Do all the includes: <machine/asm.h> -> <machine/asmacros.h>
jkh
1994-08-19
23
-46
/
+46
*
Change includes to reference <machine/asmacros.h>.
jkh
1994-08-19
1
-2
/
+2
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
24
-0
/
+1163