| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Vector sin for x86_64 and tests. | Andrew Senkevich | 2015-06-11 | 24 | -3/+1290 |
* | More strict check of AVX512 support in assembler. | Andrew Senkevich | 2015-06-11 | 2 | -0/+2 |
* | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 2015-06-09 | 1 | -3/+4 |
* | This patch adds vector cosf tests. | Andrew Senkevich | 2015-06-09 | 10 | -2/+221 |
* | Vector cosf for x86_64. | Andrew Senkevich | 2015-06-09 | 16 | -2/+2430 |
* | Addition of testing infrastructure for vector math functions. | Andrew Senkevich | 2015-06-09 | 11 | -0/+299 |
* | Start of series of patches with x86_64 vector math functions. | Andrew Senkevich | 2015-06-09 | 19 | -0/+1412 |
* | This patch adds detection of availability for AVX512F and AVX512DQ ISAs. | Andrew Senkevich | 2015-06-08 | 2 | -0/+34 |
* | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra | 2015-05-15 | 1 | -0/+1 |
* | Use strspn/strcspn/strpbrk ifunc in internal calls. | Ondřej Bílka | 2015-05-12 | 2 | -13/+0 |
* | Add more tests of csqrt, lgamma, log10, sinh. | Joseph Myers | 2015-05-08 | 1 | -14/+14 |
* | Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos. | Joseph Myers | 2015-05-06 | 1 | -18/+18 |
* | Add further tests of libm functions. | Joseph Myers | 2015-05-05 | 1 | -44/+52 |
* | Add more tests of libm functions. | Joseph Myers | 2015-05-02 | 1 | -38/+42 |
* | Add more tests of tgamma. | Joseph Myers | 2015-05-01 | 1 | -6/+6 |
* | Add more tests of tanh. | Joseph Myers | 2015-05-01 | 1 | -18/+26 |
* | Add more tests of tan. | Joseph Myers | 2015-05-01 | 1 | -4/+6 |
* | Add more tests of cos, sin, sincos. | Joseph Myers | 2015-05-01 | 1 | -4/+4 |
* | Add another test of pow. | Joseph Myers | 2015-05-01 | 1 | -8/+8 |
* | Add more tests of lgamma. | Joseph Myers | 2015-05-01 | 1 | -44/+44 |
* | Add more tests of log, log10, log1p, log2. | Joseph Myers | 2015-05-01 | 1 | -45/+49 |
* | Add more tests of exp, exp10, exp2, expm1. | Joseph Myers | 2015-05-01 | 1 | -21/+51 |
* | Add more tests of erf, erfc. | Joseph Myers | 2015-05-01 | 1 | -22/+32 |
* | Add more tests of csqrt. | Joseph Myers | 2015-04-30 | 1 | -36/+36 |
* | Add further tests of cosh and sinh. | Joseph Myers | 2015-04-30 | 1 | -11/+11 |
* | Set errno for log1p on pole/domain error. | Stefan Liebler | 2015-04-13 | 1 | -1/+0 |
* | Add more tests of clog and clog10. | Joseph Myers | 2015-04-09 | 1 | -60/+60 |
* | Add more tests of atanh. | Joseph Myers | 2015-04-08 | 1 | -4/+4 |
* | Add more tests of atan. | Joseph Myers | 2015-04-08 | 1 | -2/+8 |
* | Add more tests of cbrt. | Joseph Myers | 2015-04-08 | 1 | -8/+10 |
* | Add more tests of cabs. | Joseph Myers | 2015-04-08 | 1 | -0/+24 |
* | Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211). | Joseph Myers | 2015-04-08 | 1 | -34/+38 |
* | Limit threads sharing L2 cache to 2 for SLM/KNL | H.J. Lu | 2015-03-31 | 1 | -0/+23 |
* | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 2015-03-31 | 2 | -2/+10 |
* | NPTL: swap comments for THREAD_SETMEM and THREAD_SETMEM_NC for i386 and x86_64 | Martin Galvan | 2015-03-28 | 1 | -2/+2 |
* | Add more tests of acosh, asinh and atanh. | Joseph Myers | 2015-03-25 | 1 | -42/+42 |
* | Add another test of asin. | Joseph Myers | 2015-03-25 | 1 | -2/+2 |
* | Add more tests of asin. | Joseph Myers | 2015-03-25 | 1 | -0/+10 |
* | Add more tests of acos. | Joseph Myers | 2015-03-25 | 1 | -6/+14 |
* | Add more tests of expm1. | Joseph Myers | 2015-03-25 | 1 | -8/+8 |
* | Add more tests of cosh, sinh. | Joseph Myers | 2015-03-24 | 1 | -12/+24 |
* | Regenerate x86_64, x86 ulps from scratch. | Joseph Myers | 2015-03-24 | 1 | -95/+7 |
* | Add more tests of log2. | Joseph Myers | 2015-03-24 | 1 | -8/+18 |
* | Preserve bound registers in _dl_runtime_resolve | H.J. Lu | 2015-03-16 | 1 | -0/+8 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047). | Joseph Myers | 2015-02-27 | 1 | -0/+4 |
* | Fix asin missing underflows (bug 16351). | Joseph Myers | 2015-02-26 | 1 | -0/+1 |
* | Fix ldbl-128ibm asinhl inaccuracy (bug 18020). | Joseph Myers | 2015-02-25 | 1 | -13/+14 |
* | Fix ldbl-128ibm acoshl inaccuracy (bug 18019). | Joseph Myers | 2015-02-25 | 1 | -2/+15 |
* | Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783). | Joseph Myers | 2015-02-24 | 1 | -1/+3 |