aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-1/+1
2016-06-10Fix modf (sNaN) (bug 20240).Joseph Myers1-0/+6
2016-05-26Support sNaN testing in libm-test.inc.Joseph Myers1-1/+8
2016-04-13Register extra test objectsAndreas Schwab1-3/+7
2016-03-21math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon1-1/+2
2016-03-04Omit test-math-isinff when no C++ compiler.Roland McGrath1-1/+4
2016-02-14Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell1-0/+3
2016-01-18[BZ #19451]Paul Pluzhnikov1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-04Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers1-1/+2
2015-12-03Corrected path to installed libmvec_nonshared.aAndrew Senkevich1-1/+1
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich1-1/+1
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers1-3/+21
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers1-1/+2
2015-11-05Run libm-test tests for finite-math-only functions.Joseph Myers1-5/+15
2015-11-05Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers1-1/+6
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers1-1/+1
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers1-1/+1
2015-10-22Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers1-1/+1
2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra1-1/+1
2015-09-18Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra1-1/+2
2015-09-10Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers1-1/+1
2015-08-20Don't use -Wno-uninitialized in math/.Joseph Myers1-3/+0
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu1-1/+1
2015-07-30Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich1-2/+0
2015-06-23Fix math/Makefile dependency on libm-test.stmp for libmvec tests.Joseph Myers1-1/+3
2015-06-09This patch adds vector cosf tests.Andrew Senkevich1-0/+9
2015-06-09Addition of testing infrastructure for vector math functions.Andrew Senkevich1-8/+25
2015-05-14This is update for configure, build and install of vector math library.Andrew Senkevich1-0/+16
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich1-1/+2
2015-05-14Last part of changes regarding to libm-test.inc: additionAndrew Senkevich1-2/+3
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler1-1/+1
2015-03-03powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella1-1/+2
2015-01-06Remove duplicated -frounding-mathAndrew Senkevich1-8/+6
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-22Split __kernel_standard* functions (fixes bug 17724).Joseph Myers1-2/+2
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler1-1/+1
2014-06-10Add FE_NOMASK_ENV return value test.Wilco1-1/+1
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+1
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-6/+2
2014-03-26Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-29Start generating libm tests automatically with MPFR.Joseph Myers1-1/+2
2013-11-19Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers1-1/+2
2013-09-09Fix static-binary lazy FPU context allocationMaciej W. Rozycki1-4/+7
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-5/+0
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers1-1/+2
2013-04-11Don't use run-via-rtld-prefix for anything other than testsSiddhesh Poyarekar1-1/+1
2013-04-06New Makefile target `regen-ulps'.Carlos O'Donell1-0/+27