aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2017-10-25Replace "if if " with "if " in commentsH.J. Lu3-3/+3
2017-10-22x86-64: Add powf with FMAH.J. Lu3-1/+49
2017-10-22x86-64: Add log2f with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add logf with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add exp2f with FMAH.J. Lu3-1/+42
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu7-529/+29
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers8-10/+12
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy1-0/+1
2017-09-29Update x86_64 libm-test-ulps.Joseph Myers1-2/+2
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers7-2/+116
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu1-5/+8
2017-09-08Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf1-2/+2
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu1-1/+1
2017-08-23x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu1-2/+2
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu6-290/+32
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu1-1/+2
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu4-0/+245
2017-08-15x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu1-2/+2
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu32-105/+493
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu76-619/+1181
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