summaryrefslogtreecommitdiff
path: root/libm
Commit message (Expand)AuthorAge
* libm: pass CFLAGS to e500 fenvBernhard Reutner-Fischer2011-11-08
* honor UCLIBC_HAS_FENV for e500Jason Woodward2011-11-08
* Fix e500 fpu libm buildJason Woodward2011-11-08
* libm: implement a generic sincos().William Pitcock2011-11-04
* libm: add cabsf() and cabsl() functions.William Pitcock2011-11-04
* libm: implement generic cexp(), cexpf() and cexpl().William Pitcock2011-11-04
* libm: fix building out-of-treeBernhard Reutner-Fischer2011-05-12
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-05
* libm_sh: add optimised assembly implementation of lroundf and lrintfChristian Bruel2010-12-17
* libm_powerpc: update buildsys to use TARGET_SUBARCHCarmelo Amoroso2010-12-17
* libm_sh: Move fenv functions into sh4 sub-folderCarmelo Amoroso2010-12-17
* ldouble_wrappers: make code less verbose via WRAPPER2 macroDenys Vlasenko2010-11-02
* ldouble_wrappers: remove i386-specific optimizationDenys Vlasenko2010-11-02
* libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko2010-10-31
* libm: fix tgamma to actually do return true gamma functionDenys Vlasenko2010-10-31
* libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...Denys Vlasenko2010-10-31
* libm: revert wrong ldouble wrapper hack "fix"Denys Vlasenko2010-10-30
* libm: fix remaining failures in test-floatDenys Vlasenko2010-10-30
* libm: fix rint/scalb testcase failuresDenys Vlasenko2010-10-30
* libm: fix powf testcase failuresDenys Vlasenko2010-10-30
* libm: fix scalb testsuite failuresDenys Vlasenko2010-10-30
* libm: fix testuite failure in modfDenys Vlasenko2010-10-30
* libm/x86: use call instead of jump for wrappersTimo Teräs2010-10-22
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-24
* libm: typo fix NO_LONG_DOUBLE variant of gamma_rBernhard Reutner-Fischer2010-06-15
* libm: unbreak scalbn for 64-bit processorsRoman I Khimov2010-06-10
* lgamma: fix sign handlingBernhard Reutner-Fischer2010-06-10
* libm: unhide signgamRoman I Khimov2010-06-10
* nptl: proper soname handlingNatanael Copa2010-04-22
* prettify make cleanBernhard Reutner-Fischer2010-03-25
* libm: explain why some funcs are not implemented (yet)Bernhard Reutner-Fischer2010-02-04
* libm: enable log2f and exp2fAurelien Jacobs2010-02-04
* rename exp(onent) to _expBernhard Reutner-Fischer2010-01-21
* rename exp(onent) to exBernhard Reutner-Fischer2010-01-16
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-19
* libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer2009-11-15
* Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer2009-11-14
* libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer2009-11-14
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-18
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-30
* support building out-of-treeBernhard Reutner-Fischer2009-08-17
* Add a few missing includesRon2009-07-06
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-17
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-17
* math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko2009-02-14
* - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer2009-02-13
* - use existing __stringify macroBernhard Reutner-Fischer2009-02-13
* docs/probe_math_exception.c:Denis Vlasenko2009-02-11
* ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko2009-02-09
* Hand-optimize wrappers on i386:Denis Vlasenko2009-02-09