summaryrefslogtreecommitdiffstats
path: root/libm/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* libm: implement generic cexp(), cexpf() and cexpl().William Pitcock2011-12-231-1/+2
* libm: fix building out-of-treeBernhard Reutner-Fischer2011-05-121-1/+1
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* libm_powerpc: update buildsys to use TARGET_SUBARCHCarmelo Amoroso2010-12-171-11/+0
* libm_sh: Move fenv functions into sh4 sub-folderCarmelo Amoroso2010-12-171-0/+7
* nptl: proper soname handlingNatanael Copa2010-04-221-2/+2
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* libm: enable log2f and exp2fAurelien Jacobs2010-02-041-1/+3
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-2/+6
* Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer2009-11-141-0/+5
* libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer2009-11-141-5/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-171-17/+120
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-2/+2
* ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko2009-02-091-1/+1
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-061-2/+3
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-051-1/+1
* libm_sh: fix libm build for shCarmelo Amoroso2009-01-141-3/+0
* libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko2009-01-031-2/+1
* libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko2008-12-291-5/+4
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-10/+9
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-221-16/+23
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - implement log2()Bernhard Reutner-Fischer2008-10-061-1/+1
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-2/+28
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-261-2/+3
* - add some more math functions (patch from gentoo/solar)Bernhard Reutner-Fischer2008-09-251-1/+3
* - add __ieee754_log2()Bernhard Reutner-Fischer2008-09-251-1/+1
* - fix typoBernhard Reutner-Fischer2008-09-251-1/+1
* - remove files that are not either LGPL or Public Domain.Bernhard Reutner-Fischer2008-09-251-12/+5
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-3/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-2/+2
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-3/+3
* - use libm_DIR and libm_OUTBernhard Reutner-Fischer2008-01-171-9/+8
* import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf...Mike Frysinger2007-12-081-2/+2
* remove __* symbols and enable llrintf()Mike Frysinger2007-04-121-1/+1
* import llrint() from glibcMike Frysinger2007-04-031-1/+1
* implement cargMike Frysinger2007-04-021-2/+2
* From Steve Papacharalambous:Joakim Tjernlund2007-03-311-0/+21
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* grab s_lrint from glibc for C99Mike Frysinger2006-09-231-1/+1
* Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6kPeter S. Mazinger2006-03-221-1/+1
* rename generic variables to avoid conflict with libc subdirsMike Frysinger2006-02-251-4/+4
* we use _GNU_SOURCE for all of uClibc nowMike Frysinger2006-02-181-1/+0
* add infrastructure for fenvMike Frysinger2006-02-181-1/+5
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-2/+2
* Do not default to _POSIX_MODEPeter S. Mazinger2006-02-131-1/+1
* Use libm_ARCH_DIR and cleanup all possible archsPeter S. Mazinger2006-01-201-2/+2
* move some generic arch rules up a level to remove duplicationMike Frysinger2006-01-201-1/+4
* no need for libm_DEFPeter S. Mazinger2006-01-191-2/+1