Age | Commit message (Expand) | Author |
2010-12-17 | libm_sh: add optimised assembly implementation of lroundf and lrintf | Christian Bruel |
2010-12-17 | libm_powerpc: update buildsys to use TARGET_SUBARCH | Carmelo Amoroso |
2010-12-17 | libm_sh: Move fenv functions into sh4 sub-folder | Carmelo Amoroso |
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: fix tgamma to actually do return true gamma function | 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-31 | libm: fix remaining failures in test-float | Denys Vlasenko |
2010-10-30 | libm: fix rint/scalb testcase failures | Denys Vlasenko |
2010-10-30 | libm: fix powf testcase failures | Denys Vlasenko |
2010-10-30 | libm: fix scalb testsuite failures | Denys Vlasenko |
2010-10-30 | libm: fix testuite failure in modf | 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-06-15 | libm: typo fix NO_LONG_DOUBLE variant of gamma_r | Bernhard Reutner-Fischer |
2010-06-10 | libm: unbreak scalbn for 64-bit processors | Roman I Khimov |
2010-06-10 | lgamma: fix sign handling | Bernhard Reutner-Fischer |
2010-06-10 | libm: unhide signgam | Roman I Khimov |
2010-04-22 | nptl: proper soname handling | Natanael Copa |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-04 | libm: explain why some funcs are not implemented (yet) | Bernhard Reutner-Fischer |
2010-02-04 | libm: enable log2f and exp2f | Aurelien Jacobs |
2010-01-21 | rename exp(onent) to _exp | Bernhard Reutner-Fischer |
2010-01-16 | rename exp(onent) to ex | Bernhard Reutner-Fischer |
2009-11-19 | DO_XSI_MATH: add config knob | 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-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-08-30 | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-05 | Add a few missing includes | Ron |
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-14 | math.h: fix libm_hidden_proto leak into sanitized headers | Denis Vlasenko |
2009-02-13 | - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY | Bernhard Reutner-Fischer |
2009-02-13 | - use existing __stringify macro | Bernhard Reutner-Fischer |
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko |
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-08 | nextafterf: trying to correct FP exception handling | Denis Vlasenko |
2009-02-06 | libm/s_nextafterf.c: forgot to "svn add" it | Denis Vlasenko |
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 |
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 |
2009-01-14 | libm_sh: fix libm build for sh | Carmelo Amoroso |