Denys Vlasenko
|
8f6064f5ce
libm: fix testuite failure in modf
|
14 years ago |
Bernhard Reutner-Fischer
|
80c1f895b8
libm: explain why some funcs are not implemented (yet)
|
14 years ago |
Aurelien Jacobs
|
306a7db826
libm: enable log2f and exp2f
|
14 years ago |
Bernhard Reutner-Fischer
|
0881a12999
- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY
|
15 years ago |
Denis Vlasenko
|
eb8e61f010
ldouble_wrappers.c: add long and long long optimized wrappers
|
15 years ago |
Denis Vlasenko
|
7037a571dd
fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)
|
15 years ago |
Denis Vlasenko
|
fe41011818
libm: add scalbf, gammaf, significandf wrappers.
|
15 years ago |
Bernhard Reutner-Fischer
|
a0ebeb988d
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math support
|
16 years ago |
Denis Vlasenko
|
0f55c533b6
*: document __USE_EXTERN_INLINES better;
|
16 years ago |
Bernhard Reutner-Fischer
|
40b8158b60
- move libm_hidden_proto to the corresponding headers. Remove from callsites.
|
16 years ago |
Mike Frysinger
|
54d2040734
import trunc()/truncf() for ISO C requirements, otherwise fortran can hit infinite loops when it generates builtins+trunc() substitutes
|
17 years ago |
Mike Frysinger
|
60dfbf13d6
remove __* symbols and enable llrintf()
|
17 years ago |
Mike Frysinger
|
6ec72c25ad
implement carg
|
17 years ago |
Mike Frysinger
|
6eaed4179b
fix return casts for a bunch of functions
|
18 years ago |
Mike Frysinger
|
a8d3a36f81
grab s_lrint from glibc for C99
|
18 years ago |
Mike Frysinger
|
0d05cff64d
rename exp to _exp for sake of shadow warnings
|
19 years ago |
Peter S. Mazinger
|
9cc29786d7
All math related relocs gone
|
19 years ago |
Mike Frysinger
|
69841e625b
update license
|
19 years ago |
Mike Frysinger
|
abc27c85d6
cleanup how we enable/disable certain wrappers since some were suffering from bit rot ... also enable the round float wrappers
|
19 years ago |
Eric Andersen
|
7036f928bf
Disable float wrappers for functions that are not presently
|
19 years ago |
Eric Andersen
|
0686404653
split the float wrappers into separate object files
|
19 years ago |