index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libm
/
ldouble_wrappers.c
Age
Commit message (
Expand
)
Author
2010-11-02
ldouble_wrappers: make code less verbose via WRAPPER2 macro
Denys Vlasenko
2010-11-02
ldouble_wrappers: remove i386-specific optimization
Denys Vlasenko
2010-10-31
libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)
Denys Vlasenko
2010-10-31
libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...
Denys Vlasenko
2010-10-31
libm: revert wrong ldouble wrapper hack "fix"
Denys Vlasenko
2010-10-22
libm/x86: use call instead of jump for wrappers
Timo Teräs
2010-06-24
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-01-21
rename exp(onent) to ex
Bernhard Reutner-Fischer
2009-11-15
libm: use int_WRAPPER_C99 macro
Bernhard Reutner-Fischer
2009-11-14
Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"
Bernhard Reutner-Fischer
2009-11-14
libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
Bernhard Reutner-Fischer
2009-08-30
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-02-17
libm/Makefile.in: reformat the list of wrappers
Denis Vlasenko
2009-02-17
test/math/compile_test.c: "are long double functions even compile/link?" test
Denis Vlasenko
2009-02-13
- use existing __stringify macro
Bernhard Reutner-Fischer
2009-02-09
ldouble_wrappers.c: add long and long long optimized wrappers
Denis Vlasenko
2009-02-09
Hand-optimize wrappers on i386:
Denis Vlasenko
2009-02-09
ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.
Denis Vlasenko
2009-02-02
libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build
Denis Vlasenko
2009-01-20
ldouble_wrappers.c: remove erroneous libm_hidden_def's
Denis Vlasenko
2008-12-22
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...
Bernhard Reutner-Fischer
2008-12-13
*: document __USE_EXTERN_INLINES better;
Denis Vlasenko
2008-10-03
- add long double math wrappers (Ned Ludd)
Bernhard Reutner-Fischer