index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libm
/
ldouble_wrappers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldouble_wrappers: make code less verbose via WRAPPER2 macro
Denys Vlasenko
2010-11-02
1
-44
/
+16
*
ldouble_wrappers: remove i386-specific optimization
Denys Vlasenko
2010-11-02
1
-102
/
+3
*
libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)
Denys Vlasenko
2010-10-31
1
-1
/
+1
*
libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...
Denys Vlasenko
2010-10-31
1
-27
/
+21
*
libm: revert wrong ldouble wrapper hack "fix"
Denys Vlasenko
2010-10-31
1
-8
/
+10
*
libm/x86: use call instead of jump for wrappers
Timo Teräs
2010-10-22
1
-4
/
+8
*
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-06-24
1
-4
/
+4
*
rename exp(onent) to ex
Bernhard Reutner-Fischer
2010-01-21
1
-8
/
+8
*
libm: use int_WRAPPER_C99 macro
Bernhard Reutner-Fischer
2009-11-15
1
-10
/
+5
*
Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"
Bernhard Reutner-Fischer
2009-11-14
1
-0
/
+39
*
libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
Bernhard Reutner-Fischer
2009-11-14
1
-39
/
+0
*
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-08-30
1
-0
/
+10
*
libm/Makefile.in: reformat the list of wrappers
Denis Vlasenko
2009-02-17
1
-5
/
+7
*
test/math/compile_test.c: "are long double functions even compile/link?" test
Denis Vlasenko
2009-02-17
1
-2
/
+29
*
- use existing __stringify macro
Bernhard Reutner-Fischer
2009-02-13
1
-6
/
+4
*
ldouble_wrappers.c: add long and long long optimized wrappers
Denis Vlasenko
2009-02-09
1
-24
/
+49
*
Hand-optimize wrappers on i386:
Denis Vlasenko
2009-02-09
1
-156
/
+104
*
ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.
Denis Vlasenko
2009-02-09
1
-63
/
+6
*
libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build
Denis Vlasenko
2009-02-02
1
-0
/
+2
*
ldouble_wrappers.c: remove erroneous libm_hidden_def's
Denis Vlasenko
2009-01-20
1
-5
/
+0
*
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...
Bernhard Reutner-Fischer
2008-12-22
1
-0
/
+56
*
*: document __USE_EXTERN_INLINES better;
Denis Vlasenko
2008-12-13
1
-0
/
+3
*
- add long double math wrappers (Ned Ludd)
Bernhard Reutner-Fischer
2008-10-03
1
-0
/
+523