aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers8-13/+44
2017-12-19Update x86_64 libm-test-ulps.Joseph Myers1-8/+10
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty7-36/+3
2017-12-19x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu2-1/+5
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2-0/+58
2017-12-14x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu1-533/+0
2017-12-12x86-64: Add cosf with FMAH.J. Lu4-2/+35
2017-12-07x86-64: Add sinf with FMAH.J. Lu4-1/+36
2017-12-07x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu1-559/+0
2017-11-29Use libm_alias_float for x86_64.Joseph Myers20-21/+56
2017-11-29Use libm_alias_double for x86_64.Joseph Myers15-17/+40
2017-11-17Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers11-12/+23
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+5
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu1-41/+1
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-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu4-275/+121
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu4-0/+95
2017-10-03Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu1-9/+2
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-28x86: Allow undefined _DYNAMIC in static executableH.J. Lu1-2/+9
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-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu3-0/+65
2017-09-08Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf1-2/+2
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella6-6/+0
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-31elf: Remove internal_function attributeFlorian Weimer3-4/+2
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-19Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2-2/+2
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-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-0/+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-08-04x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu9-38/+24
2017-08-04Check linker support for INSERT in linker scriptH.J. Lu1-0/+2
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu1-6/+0
2017-08-02x86-64: Check PIC instead of SHARED in start.SH.J. Lu1-1/+1
2017-07-10x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4