Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-13 | - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY | Bernhard Reutner-Fischer | |
2009-02-09 | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | |
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 | |||
2009-02-06 | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | |
2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | |
This makes in possible to enable test/math (not it compiles, but has lots of test failures). | |||
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | |
math support - add rule to create preprocessor output for float- and long double math wrapper | |||
2008-12-13 | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko | |
fix uclibc build if it is forcibly enabled | |||
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | |
Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | |||
2007-12-08 | import trunc()/truncf() for ISO C requirements, otherwise fortran can hit ↵ | Mike Frysinger | |
infinite loops when it generates builtins+trunc() substitutes | |||
2007-04-12 | remove __* symbols and enable llrintf() | Mike Frysinger | |
2007-04-02 | implement carg | Mike Frysinger | |
2006-09-23 | fix return casts for a bunch of functions | Mike Frysinger | |
2006-09-23 | grab s_lrint from glibc for C99 | Mike Frysinger | |
2006-01-29 | rename exp to _exp for sake of shadow warnings | Mike Frysinger | |
2006-01-17 | All math related relocs gone | Peter S. Mazinger | |
2005-11-23 | update license | Mike Frysinger | |
2005-11-03 | cleanup how we enable/disable certain wrappers since some were suffering ↵ | Mike Frysinger | |
from bit rot ... also enable the round float wrappers | |||
2005-03-07 | Disable float wrappers for functions that are not presently | Eric Andersen | |
implemented in libm | |||
2005-03-07 | split the float wrappers into separate object files | Eric Andersen | |