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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use #include "fenv.h" instead of #include <fenv.h>. This makes it
das
2011-10-16
1
-1
/
+1
*
Provide external definitions of all of the standardized functions in
das
2011-10-10
3
-13
/
+43
*
Use, in uncovered part, the END() macro in order to improve debugging.
attilio
2009-05-25
3
-0
/
+3
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-1
/
+3
*
Add symbol versioning to libm.
deischen
2006-03-27
2
-0
/
+5
*
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
-1
/
+2
*
Add an assembly version of fmal.
das
2005-03-07
1
-0
/
+34
*
Work around a gcc bug. This fixes feholdexcept() et al. at -O1.
das
2005-03-05
1
-1
/
+1
*
Move machine-dependent crud to its own makefile.
das
2005-02-04
1
-0
/
+3
*
Add fma() and fmaf(), which implement a fused multiply-add operation.
das
2005-01-22
2
-0
/
+68
*
Mark all inline asms that read the floating-point control or status
das
2005-01-14
1
-1
/
+1
*
Shift the FPSR contents by the correct amount so feupdateenv() raises
das
2004-06-11
1
-1
/
+1
*
Add an fenv.h implementation for the ia64 port.
das
2004-06-06
2
-0
/
+280