Age | Commit message (Expand) | Author |
2015-09-18 | Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is... | Wilco Dijkstra |
2015-09-18 | Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/... | Wilco Dijkstra |
2015-09-10 | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers |
2015-08-20 | Don't use -Wno-uninitialized in math/. | Joseph Myers |
2015-08-13 | Update libmvec multiarch functions for <cpu-features.h> | H.J. Lu |
2015-07-30 | Prevent runtime fail of SSE vector math tests on non SSE4.1 machine. | Andrew Senkevich |
2015-06-23 | Fix math/Makefile dependency on libm-test.stmp for libmvec tests. | Joseph Myers |
2015-06-09 | This patch adds vector cosf tests. | Andrew Senkevich |
2015-06-09 | Addition of testing infrastructure for vector math functions. | Andrew Senkevich |
2015-05-14 | This is update for configure, build and install of vector math library. | Andrew Senkevich |
2015-05-14 | This patch adds infrastructure for addition of SIMD | Andrew Senkevich |
2015-05-14 | Last part of changes regarding to libm-test.inc: addition | Andrew Senkevich |
2015-04-13 | Set errno for log1p on pole/domain error. | Stefan Liebler |
2015-03-03 | powerpc: Fix inline feraiseexcept, feclearexcept macros | Adhemerval Zanella |
2015-01-06 | Remove duplicated -frounding-math | Andrew Senkevich |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-22 | Split __kernel_standard* functions (fixes bug 17724). | Joseph Myers |
2014-06-20 | [BZ #6803] Set errno for scalbln, scalbn | Stefan Liebler |
2014-06-10 | Add FE_NOMASK_ENV return value test. | Wilco |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers |
2014-03-26 | Make x86_64 fegetenv preserve exception mask (bug 16198). | Joseph Myers |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-11-29 | Start generating libm tests automatically with MPFR. | Joseph Myers |
2013-11-19 | Make powerpc-nofpu floating-point state thread-local (bug 15483). | Joseph Myers |
2013-09-09 | Fix static-binary lazy FPU context allocation | Maciej W. Rozycki |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers |
2013-04-11 | Don't use run-via-rtld-prefix for anything other than tests | Siddhesh Poyarekar |
2013-04-06 | New Makefile target `regen-ulps'. | Carlos O'Donell |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge |
2013-03-15 | Promote a math test for sNaN handling to the top-level. | Thomas Schwinge |
2013-02-15 | Remove bounded-pointers build system support. | Joseph Myers |
2013-01-17 | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers |
2013-01-11 | Add 64-bit VIS3 optimized GMP routines for sparc. | David S. Miller |
2013-01-10 | Revert "CFLAGS-test-tgmath2.c" | Andreas Schwab |
2013-01-10 | CFLAGS-test-tgmath2.c | Andreas Schwab |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-10-18 | Comment on slow compilation of math/test-tgmath2.c | Markus Trippelsdorf |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers |
2012-05-02 | Use -frounding-math for math testsuite | Andreas Jaeger |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-02-07 | Add tst-CMPLX2 test. | Marek Polacek |
2012-01-08 | Add test for CMPLX macros | Ulrich Drepper |
2012-01-08 | Static linking is always needed | Ulrich Drepper |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper |
2011-10-12 | Optimize libm | Ulrich Drepper |