aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)Author
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-11Add more tests of various libm functions.Joseph Myers
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu
2015-07-30Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich
2015-07-29Added runtime check for AVX vector math tests.Andrew Senkevich
2015-07-24Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers
2015-06-24Refactor libm tests.Joseph Myers
2015-06-24Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers
2015-06-24Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers
2015-06-24Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich
2015-06-23Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich
2015-06-21Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers
2015-06-21Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich
2015-06-09This patch adds vector cosf tests.Andrew Senkevich
2015-06-09Vector cosf for x86_64.Andrew Senkevich
2015-06-09Addition of testing infrastructure for vector math functions.Andrew Senkevich
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-05-08Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers
2015-05-06Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers
2015-05-05Add further tests of libm functions.Joseph Myers
2015-05-02Add more tests of libm functions.Joseph Myers
2015-05-01Add more tests of tgamma.Joseph Myers
2015-05-01Add more tests of tanh.Joseph Myers
2015-05-01Add more tests of tan.Joseph Myers
2015-05-01Add more tests of cos, sin, sincos.Joseph Myers
2015-05-01Add another test of pow.Joseph Myers
2015-05-01Add more tests of lgamma.Joseph Myers
2015-05-01Add more tests of log, log10, log1p, log2.Joseph Myers
2015-05-01Add more tests of exp, exp10, exp2, expm1.Joseph Myers
2015-05-01Add more tests of erf, erfc.Joseph Myers
2015-04-30Add more tests of csqrt.Joseph Myers
2015-04-30Add further tests of cosh and sinh.Joseph Myers
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler
2015-04-09Add more tests of clog and clog10.Joseph Myers
2015-04-08Add more tests of atanh.Joseph Myers
2015-04-08Add more tests of atan.Joseph Myers
2015-04-08Add more tests of cbrt.Joseph Myers