Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm: fix testuite failure in modf | Denys Vlasenko | 2010-10-30 | 1 | -2/+1 |
| | | | | | | | | | | This error is gone: Failure: Test: modf (NaN, &x) == NaN Result: is: -0.00000000000000000000e+00 -0 should be: nan nan Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | libm: explain why some funcs are not implemented (yet) | Bernhard Reutner-Fischer | 2010-02-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | libm: enable log2f and exp2f | Aurelien Jacobs | 2010-02-04 | 1 | -2/+2 |
| | | | | | Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | 2009-02-09 | 1 | -216/+64 |
| | | | | | | | | | | float_wrappers.c: add xxxWRAPPER1(func) macros. no code changes, but makes this file much shorter. text data bss dec hex filename - 42504 188 4 42696 a6c8 lib/libm-0.9.30-svn.so + 42488 188 4 42680 a6b8 lib/libm-0.9.30-svn.so | ||||
* | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | 2009-02-06 | 1 | -9/+0 |
| | |||||
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 1 | -1/+21 |
| | | | | | | This makes in possible to enable test/math (not it compiles, but has lots of test failures). | ||||
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -1/+9 |
| | | | | | | math support - add rule to create preprocessor output for float- and long double math wrapper | ||||
* | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko | 2008-12-13 | 1 | -0/+3 |
| | | | | | fix uclibc build if it is forcibly enabled | ||||
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -57/+0 |
| | | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | ||||
* | import trunc()/truncf() for ISO C requirements, otherwise fortran can hit ↵ | Mike Frysinger | 2007-12-08 | 1 | -1/+0 |
| | | | | infinite loops when it generates builtins+trunc() substitutes | ||||
* | remove __* symbols and enable llrintf() | Mike Frysinger | 2007-04-12 | 1 | -1/+0 |
| | |||||
* | implement carg | Mike Frysinger | 2007-04-02 | 1 | -1/+11 |
| | |||||
* | fix return casts for a bunch of functions | Mike Frysinger | 2006-09-23 | 1 | -5/+5 |
| | |||||
* | grab s_lrint from glibc for C99 | Mike Frysinger | 2006-09-23 | 1 | -1/+0 |
| | |||||
* | rename exp to _exp for sake of shadow warnings | Mike Frysinger | 2006-01-29 | 1 | -8/+8 |
| | |||||
* | All math related relocs gone | Peter S. Mazinger | 2006-01-17 | 1 | -0/+56 |
| | |||||
* | update license | Mike Frysinger | 2005-11-23 | 1 | -13/+1 |
| | |||||
* | cleanup how we enable/disable certain wrappers since some were suffering ↵ | Mike Frysinger | 2005-11-03 | 1 | -43/+20 |
| | | | | from bit rot ... also enable the round float wrappers | ||||
* | Disable float wrappers for functions that are not presently | Eric Andersen | 2005-03-07 | 1 | -15/+31 |
| | | | | implemented in libm | ||||
* | split the float wrappers into separate object files | Eric Andersen | 2005-03-07 | 1 | -0/+547 |