aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu18-120/+287
2017-06-26Add float128 support for x86_64, x86.Joseph Myers1-0/+564
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg3-6/+3
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-6/+10
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg1-5/+26
2017-02-24Run libm tests separately for each function.Joseph Myers15-250/+9
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers1-10/+22
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers1-38/+38
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers1-28/+28
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers1-2/+6
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-6/+2
2017-02-15Move most libmvec test contents from .c to .h files.Joseph Myers16-82/+222
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers218-218/+218
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers6-12/+120
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers1-4/+23
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers1-8/+0
2016-09-07Add femode_t functions.Joseph Myers2-0/+78
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy1-1/+0
2016-08-16Add fesetexcept.Joseph Myers1-0/+31
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich24-54/+54
2016-07-27Don't compile do_test with -mavx/-mavx/-mavx512H.J. Lu11-78/+141
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu12-24/+24
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich31-39/+2450
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers1-5/+8
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers1-5/+10
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers1-5/+10
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers1-10/+3
2016-06-22Simplify x86 nearbyint functions.Joseph Myers1-4/+0
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich26-0/+307
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers1-43/+0
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers1-0/+1
2016-06-08Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers1-0/+1
2016-06-08Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers1-0/+1
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers1-0/+1
2016-06-08Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers1-2/+5
2016-05-24Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers4-4/+4
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers2-12/+12
2016-03-16Use JUMPTARGET in x86-64 mathvecH.J. Lu38-130/+130
2016-02-17Use PIC relocation in ALIAS_IMPLAndrew Senkevich1-2/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers207-207/+207
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2-1/+62
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers3-3/+21
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers1-10/+30
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers1-0/+4
2015-10-26x86_64: Regenerate ulps [BZ #19168]Florian Weimer1-6/+6
2015-10-23Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers1-0/+2
2015-10-22Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers1-6/+8
2015-10-09Update lrint/lrintf/lrintl for x32H.J. Lu3-1/+6
2015-10-09Remove configure tests for FMA4 support.Joseph Myers11-64/+9