about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0250-50/+50
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-2/+4
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-301-2/+3
* Remove x86_64 __GNUC_PREREQ (4, 6) conditional.Joseph Myers2014-11-141-10/+1
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-0/+24
* Fix exp10 spurious underflows (bug 16560).Joseph Myers2014-06-251-0/+8
* Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2014-06-241-0/+10
* Test cpow in all rounding modes.Joseph Myers2014-06-231-0/+48
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-233-52/+34