aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov1-1/+1
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2-2/+0
2015-08-13Add more random libm-test inputs.Joseph Myers1-62/+64
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu38-227/+125
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu18-59/+69
2015-08-11Add more tests of various libm functions.Joseph Myers1-12/+12
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu3-0/+18
2015-07-30Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich1-2/+0
2015-07-29Added runtime check for AVX vector math tests.Andrew Senkevich3-1/+27
2015-07-24Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich15-223/+201
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers1-4/+28
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers1-0/+24
2015-06-24Refactor libm tests.Joseph Myers8-8/+0
2015-06-24Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers1-0/+52
2015-06-24Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers1-4/+4
2015-06-24Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich18-3586/+197
2015-06-23Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich20-439/+173
2015-06-21Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers1-0/+6
2015-06-21Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers1-1/+14
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich25-41/+2614
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich25-1/+1770
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich25-2/+5586
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich25-2/+6886
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich24-1/+1214
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich24-2/+2281
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich24-2/+1191
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich24-0/+2871
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich24-1/+2339
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich24-3/+1290
2015-06-09This patch adds vector cosf tests.Andrew Senkevich10-2/+221
2015-06-09Vector cosf for x86_64.Andrew Senkevich16-2/+2430
2015-06-09Addition of testing infrastructure for vector math functions.Andrew Senkevich11-0/+299
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich16-0/+1397
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra1-0/+1
2015-05-08Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers1-14/+14
2015-05-06Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers1-18/+18
2015-05-05Add further tests of libm functions.Joseph Myers1-44/+52
2015-05-02Add more tests of libm functions.Joseph Myers1-38/+42
2015-05-01Add more tests of tgamma.Joseph Myers1-6/+6
2015-05-01Add more tests of tanh.Joseph Myers1-18/+26
2015-05-01Add more tests of tan.Joseph Myers1-4/+6
2015-05-01Add more tests of cos, sin, sincos.Joseph Myers1-4/+4
2015-05-01Add another test of pow.Joseph Myers1-8/+8
2015-05-01Add more tests of lgamma.Joseph Myers1-44/+44
2015-05-01Add more tests of log, log10, log1p, log2.Joseph Myers1-45/+49
2015-05-01Add more tests of exp, exp10, exp2, expm1.Joseph Myers1-21/+51
2015-05-01Add more tests of erf, erfc.Joseph Myers1-22/+32
2015-04-30Add more tests of csqrt.Joseph Myers1-36/+36
2015-04-30Add further tests of cosh and sinh.Joseph Myers1-11/+11
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler1-1/+0