summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-272-1/+63
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-301-2/+0
* Extend local PLT reference checkH.J. Lu2015-07-291-0/+19
* Added runtime check for AVX vector math tests.Andrew Senkevich2015-07-293-1/+27
* Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich2015-07-2415-223/+201
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* Improve bndmov encoding with zero displacementH.J. Lu2015-07-091-0/+8
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-07-092-20/+25
* Add la_symbind32 to x86-64 audit testsH.J. Lu2015-07-076-0/+60
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-301-1/+1
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-291-4/+28
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-251-0/+24
* Refactor libm tests.Joseph Myers2015-06-248-8/+0
* Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers2015-06-241-0/+52
* Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers2015-06-241-4/+4
* Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich2015-06-2418-3586/+197
* Fix atomic_full_barrier on x86 and x86_64.Torvald Riegel2015-06-231-0/+7
* Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich2015-06-2320-439/+173
* Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers2015-06-211-0/+6
* Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers2015-06-211-1/+14
* Vector sincosf for x86_64 and tests.Andrew Senkevich2015-06-1825-41/+2614
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-1825-1/+1770
* Vector powf for x86_64 and tests.Andrew Senkevich2015-06-1825-2/+5586
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-1725-2/+6886
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-1724-1/+1214
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-1724-2/+2281
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-1724-2/+1191
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-1724-0/+2871
* Vector sinf for x86_64 and tests.Andrew Senkevich2015-06-1524-1/+2339
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-1124-3/+1290
* More strict check of AVX512 support in assembler.Andrew Senkevich2015-06-112-0/+2
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-091-3/+4
* This patch adds vector cosf tests.Andrew Senkevich2015-06-0910-2/+221
* Vector cosf for x86_64.Andrew Senkevich2015-06-0916-2/+2430
* Addition of testing infrastructure for vector math functions.Andrew Senkevich2015-06-0911-0/+299
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-0919-0/+1412
* This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2015-06-082-0/+34
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-0/+1
* Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka2015-05-122-13/+0
* Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers2015-05-081-14/+14
* Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers2015-05-061-18/+18
* Add further tests of libm functions.Joseph Myers2015-05-051-44/+52
* Add more tests of libm functions.Joseph Myers2015-05-021-38/+42
* Add more tests of tgamma.Joseph Myers2015-05-011-6/+6
* Add more tests of tanh.Joseph Myers2015-05-011-18/+26
* Add more tests of tan.Joseph Myers2015-05-011-4/+6
* Add more tests of cos, sin, sincos.Joseph Myers2015-05-011-4/+4
* Add another test of pow.Joseph Myers2015-05-011-8/+8
* Add more tests of lgamma.Joseph Myers2015-05-011-44/+44
* Add more tests of log, log10, log1p, log2.Joseph Myers2015-05-011-45/+49