summaryrefslogtreecommitdiff
path: root/libm
AgeCommit message (Expand)Author
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-06-06fix gcc warning with -Wmisleading-indentationWaldemar Brodkorb
2017-01-22nds32: add NPTL/TLS, *context function, libm changes and code cleanupVincent Ren-Wei Chen
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-08-27remove DOMULTI supportWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
2016-04-15replace FSF addresses with URLsNikola Forró
2016-02-19libm: remove dead codeWaldemar Brodkorb
2016-01-30add exp10() from glibcWaldemar Brodkorb
2015-03-24libm: honor NO_LONG_DOUBLE in ldouble_wrappersBernhard Reutner-Fischer
2015-03-18libm: Add missing C99 float/ld wrappersBernhard Reutner-Fischer
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2013-03-14libm: Add support for the Meta architectureMarkos Chandras
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15s_scalbn.c: since we have strong_alias_untyped now, use itPeter S. Mazinger
2012-06-15math: avoid jump relocation in libmPeter S. Mazinger
2012-06-15k_standard.c: guard scalb[f] related (unused) code with SUSV3_LEGACYPeter S. Mazinger
2012-06-15libm: remove superfluos attribute_hidden, the one in prototype is enoughPeter S. Mazinger
2012-06-15libm: change j0 to _j0 and y1 to _y1 to avoid shadow warningPeter S. Mazinger
2011-11-08libm: pass CFLAGS to e500 fenvBernhard Reutner-Fischer
2011-11-08honor UCLIBC_HAS_FENV for e500Jason Woodward
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