Age | Commit message (Expand) | Author |
2017-12-14 | x86-64: Remove sysdeps/x86_64/fpu/s_cosf.S | H.J. Lu |
2017-12-12 | x86-64: Add cosf with FMA | H.J. Lu |
2017-12-07 | x86-64: Add sinf with FMA | H.J. Lu |
2017-12-07 | x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S | H.J. Lu |
2017-11-29 | Use libm_alias_float for x86_64. | Joseph Myers |
2017-11-29 | Use libm_alias_double for x86_64. | Joseph Myers |
2017-11-17 | Use libm_alias_ldouble in sysdeps/x86_64/fpu. | Joseph Myers |
2017-10-25 | Replace "if if " with "if " in comments | H.J. Lu |
2017-10-22 | x86-64: Add powf with FMA | H.J. Lu |
2017-10-22 | x86-64: Add log2f with FMA | H.J. Lu |
2017-10-22 | x86-64: Add logf with FMA | H.J. Lu |
2017-10-22 | x86-64: Add exp2f with FMA | H.J. Lu |
2017-10-22 | x86-64: Replace assembly versions of e_expf with generic e_expf.c | H.J. Lu |
2017-10-02 | Make dbl-64 atan and tan into weak aliases. | Joseph Myers |
2017-10-02 | Do not wrap expf and exp2f | Szabolcs Nagy |
2017-09-29 | Update x86_64 libm-test-ulps. | Joseph Myers |
2017-09-20 | Add SSE4.1 trunc, truncf (bug 20142). | Joseph Myers |
2017-09-12 | x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967] | H.J. Lu |
2017-09-08 | Update x86_64 ulps for AMD Ryzen. | Markus Trippelsdorf |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers |
2017-08-28 | x86_64 __redirect_ieee754_expf: Change double to float | H.J. Lu |
2017-08-23 | x86-64: Regenerate libm-test-ulps for AVX512 mathvec tests | H.J. Lu |
2017-08-23 | x86_64: Replace AVX512F .byte sequences with instructions | H.J. Lu |
2017-08-18 | x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966] | H.J. Lu |
2017-08-16 | x86-64: Optimize e_expf with FMA [BZ #21912] | H.J. Lu |
2017-08-15 | x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955] | H.J. Lu |
2017-08-07 | x86-64: Add FMA multiarch functions to libm | H.J. Lu |
2017-08-04 | x86-64: Implement libmathvec IFUNC selectors in C | H.J. Lu |
2017-08-04 | x86-64: Implement libm IFUNC selectors in C | H.J. Lu |
2017-06-26 | Add float128 support for x86_64, x86. | Joseph Myers |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg |
2017-02-25 | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg |
2017-02-24 | Run libm tests separately for each function. | Joseph Myers |
2017-02-17 | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers |
2017-02-17 | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers |
2017-02-17 | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers |
2017-02-17 | Revert header inclusion changes that break math/ testing on x86_64. | Joseph Myers |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg |
2017-02-15 | Move most libmvec test contents from .c to .h files. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-15 | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers |
2016-12-06 | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers |
2016-11-04 | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers |
2016-09-30 | Use __builtin_fma more in dbl-64 code. | Joseph Myers |
2016-09-07 | Add femode_t functions. | Joseph Myers |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy |
2016-08-16 | Add fesetexcept. | Joseph Myers |
2016-08-02 | x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033). | Andrew Senkevich |
2016-07-27 | Don't compile do_test with -mavx/-mavx/-mavx512 | H.J. Lu |