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