about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0916-0/+1397
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-0/+1
* 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
* Add more tests of exp, exp10, exp2, expm1.Joseph Myers2015-05-011-21/+51
* Add more tests of erf, erfc.Joseph Myers2015-05-011-22/+32
* Add more tests of csqrt.Joseph Myers2015-04-301-36/+36
* Add further tests of cosh and sinh.Joseph Myers2015-04-301-11/+11
* Set errno for log1p on pole/domain error.Stefan Liebler2015-04-131-1/+0
* Add more tests of clog and clog10.Joseph Myers2015-04-091-60/+60
* Add more tests of atanh.Joseph Myers2015-04-081-4/+4
* Add more tests of atan.Joseph Myers2015-04-081-2/+8
* Add more tests of cbrt.Joseph Myers2015-04-081-8/+10
* Add more tests of cabs.Joseph Myers2015-04-081-0/+24
* Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers2015-04-081-34/+38
* Add more tests of acosh, asinh and atanh.Joseph Myers2015-03-251-42/+42
* Add another test of asin.Joseph Myers2015-03-251-2/+2
* Add more tests of asin.Joseph Myers2015-03-251-0/+10
* Add more tests of acos.Joseph Myers2015-03-251-6/+14
* Add more tests of expm1.Joseph Myers2015-03-251-8/+8
* Add more tests of cosh, sinh.Joseph Myers2015-03-241-12/+24
* Regenerate x86_64, x86 ulps from scratch.Joseph Myers2015-03-241-95/+7
* Add more tests of log2.Joseph Myers2015-03-241-8/+18
* Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2015-02-271-0/+4
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-261-0/+1
* Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers2015-02-251-13/+14
* Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers2015-02-251-2/+15
* Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers2015-02-241-1/+3
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-0/+1
* Fix exp2 spurious underflows (bug 16560).Joseph Myers2015-02-121-1/+9
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-0/+1
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-062-3/+5