summaryrefslogtreecommitdiff
path: root/libm/Makefile.in
AgeCommit message (Expand)Author
2017-11-28Fix build regression with DO_XSI_MATH disabledRonald Wahl
2017-11-03math: add exception handling functionalitySergey Cherkashin
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-02-19libm: remove dead codeWaldemar Brodkorb
2016-01-30add exp10() from glibcWaldemar Brodkorb
2015-03-18libm: Add missing C99 float/ld wrappersBernhard Reutner-Fischer
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2011-11-04libm: implement a generic sincos().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_powerpc: update buildsys to use TARGET_SUBARCHCarmelo Amoroso
2010-12-17libm_sh: Move fenv functions into sh4 sub-folderCarmelo Amoroso
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-04libm: enable log2f and exp2fAurelien Jacobs
2009-11-19DO_XSI_MATH: add config knobBernhard 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-08-17support building out-of-treeBernhard Reutner-Fischer
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-09ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko
2009-02-06fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko
2009-02-05libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko
2009-01-14libm_sh: fix libm build for shCarmelo Amoroso
2009-01-03libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko
2008-12-29libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko
2008-12-28remove many functions which just call __ieee754_<function>,Denis Vlasenko
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-06- implement log2()Bernhard Reutner-Fischer
2008-10-03- add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer
2008-09-26- move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer
2008-09-25- add some more math functions (patch from gentoo/solar)Bernhard Reutner-Fischer
2008-09-25- add __ieee754_log2()Bernhard Reutner-Fischer
2008-09-25- fix typoBernhard Reutner-Fischer
2008-09-25- remove files that are not either LGPL or Public Domain.Bernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2008-01-17- use libm_DIR and libm_OUTBernhard Reutner-Fischer
2007-12-08import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf...Mike Frysinger
2007-04-12remove __* symbols and enable llrintf()Mike Frysinger
2007-04-03import llrint() from glibcMike Frysinger
2007-04-02implement cargMike Frysinger
2007-03-31From Steve Papacharalambous:Joakim Tjernlund
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger