about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Compile archives with -fno-pie hjl/pr17841/masterH.J. Lu2015-05-281-0/+3
* This is update for configure, build and install of vector math library.Andrew Senkevich2015-05-141-0/+16
* This patch adds infrastructure for addition of SIMDAndrew Senkevich2015-05-141-1/+2
* Last part of changes regarding to libm-test.inc: additionAndrew Senkevich2015-05-141-2/+3
* Set errno for log1p on pole/domain error.Stefan Liebler2015-04-131-1/+1
* powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2015-03-031-1/+2
* Remove duplicated -frounding-mathAndrew Senkevich2015-01-061-8/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Split __kernel_standard* functions (fixes bug 17724).Joseph Myers2014-12-221-2/+2
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-1/+1
* Add FE_NOMASK_ENV return value test.Wilco2014-06-101-1/+1
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+1
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-6/+2
* Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers2014-03-261-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Start generating libm tests automatically with MPFR.Joseph Myers2013-11-291-1/+2
* Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2013-11-191-1/+2
* Fix static-binary lazy FPU context allocationMaciej W. Rozycki2013-09-091-4/+7
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-5/+0
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-081-1/+2
* Don't use run-via-rtld-prefix for anything other than testsSiddhesh Poyarekar2013-04-111-1/+1
* New Makefile target `regen-ulps'.Carlos O'Donell2013-04-061-0/+27
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-1/+1
* Promote a math test for sNaN handling to the top-level.Thomas Schwinge2013-03-151-1/+1
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-3/+0
* Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers2013-01-171-1/+1
* Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller2013-01-111-1/+2
* Revert "CFLAGS-test-tgmath2.c"Andreas Schwab2013-01-101-1/+1
* CFLAGS-test-tgmath2.cAndreas Schwab2013-01-101-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Comment on slow compilation of math/test-tgmath2.cMarkus Trippelsdorf2012-10-181-0/+3
* Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers2012-09-251-1/+1
* Use -frounding-math for math testsuiteAndreas Jaeger2012-05-021-6/+8
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-171-1/+3
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-8/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add tst-CMPLX2 test.Marek Polacek2012-02-071-1/+1
* Add test for CMPLX macrosUlrich Drepper2012-01-081-1/+1
* Static linking is always neededUlrich Drepper2012-01-081-7/+2
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-1/+1
* Optimize libmUlrich Drepper2011-10-121-3/+3
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-081-2/+2
* Fix typo in x86-64 powlH.J. Lu2011-05-181-1/+3
* [BZ #4775, BZ #4776]Ulrich Drepper2007-07-121-1/+2
* * Makefile (subdir-target-args): New variable.Roland McGrath2006-02-281-1/+1
* * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h [__ASSEMBLER__]: Don'tRoland McGrath2006-01-191-1/+11
* [BZ #865]Ulrich Drepper2005-10-151-2/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-13/+3
* 2.5-18.1Jakub Jelinek2007-07-121-3/+13