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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a change I missed in r230367 (don't inline arm's fenv.h functions).
das
2012-01-20
1
-1
/
+0
*
Don't inline fenv.h functions on arm for now. Inlining makes sense:
das
2012-01-20
3
-13
/
+31
*
Add an implementation of fenv.h intended for platforms that lack an FPU and
das
2012-01-16
2
-5
/
+20
*
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
-14
/
+45
*
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
/
+4
*
Replace fegetmask() and fesetmask() with feenableexcept(),
das
2005-03-16
1
-9
/
+19
*
Define the LDBL_PREC to be the number of significant bits in a long
das
2005-03-07
1
-0
/
+3
*
Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK to
cognet
2005-01-24
1
-0
/
+7
*
Mark all inline asms that read the floating-point control or status
das
2005-01-14
1
-1
/
+1
*
Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,
cognet
2004-08-05
1
-2
/
+7
*
Add an fenv.h implementation for the arm port.
das
2004-06-06
2
-0
/
+230