about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04207-207/+207
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-272-1/+62
* Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers2015-11-053-3/+21
* Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers2015-10-281-10/+30
* Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers2015-10-281-0/+4
* x86_64: Regenerate ulps [BZ #19168]Florian Weimer2015-10-261-6/+6
* Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers2015-10-231-0/+2
* Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers2015-10-221-6/+8
* Update lrint/lrintf/lrintl for x32H.J. Lu2015-10-093-1/+6
* Remove configure tests for FMA4 support.Joseph Myers2015-10-0911-64/+9
* Remove configure tests for AVX support.Joseph Myers2015-10-089-94/+74
* sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell.Paul Pluzhnikov2015-10-031-1/+1
* Improve test coverage of real libm functions [a-e]*.Joseph Myers2015-09-301-2/+2
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-281-40/+40
* Fix powf inaccuracy (bug 18956).Joseph Myers2015-09-261-8/+8
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-252-0/+16
* Refactor x86_64 libm code forcing underflow exceptions.Joseph Myers2015-09-243-30/+69
* Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2015-09-241-1/+1
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-1/+0
* Fix exp2 missing underflows (bug 16521).Joseph Myers2015-09-141-1/+24
* Add more random libm test inputs (mainly for ldbl-128).Joseph Myers2015-09-121-2/+2
* Add more randomly-generated libm tests.Joseph Myers2015-09-111-33/+33
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-101-48/+48
* Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov2015-08-141-1/+1
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-142-2/+0
* Add more random libm-test inputs.Joseph Myers2015-08-131-62/+64
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-227/+125
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1318-59/+69
* Add more tests of various libm functions.Joseph Myers2015-08-111-12/+12
* Align stack to 16 bytes when calling __errno_locationH.J. Lu2015-08-053-0/+18
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-301-2/+0
* 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
* 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
* 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