about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Remove mplog and mpexpWilco Dijkstra2018-02-1510-75/+3
* Remove slow paths from expSzabolcs Nagy2018-02-127-36/+3
* Remove slow paths from powWilco Dijkstra2018-02-128-40/+6
* x86-64: Use __glibc_likely/__glibc_likely in dl-machine.hH.J. Lu2018-02-051-7/+7
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-252-5/+1
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-171-2/+10
* Use LIBGCC_S_SO in x86_64 backtrace.Joseph Myers2018-01-161-1/+2
* x86-64: Add sincosf with vector FMAH.J. Lu2018-01-085-2/+275
* hurd: Fix build without NO_HIDDENSamuel Thibault2018-01-061-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01501-501/+501
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-198-13/+44
* Update x86_64 libm-test-ulps.Joseph Myers2017-12-191-8/+10
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-197-36/+3
* x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu2017-12-192-1/+5
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-152-0/+58
* x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu2017-12-141-533/+0
* x86-64: Add cosf with FMAH.J. Lu2017-12-124-2/+35
* x86-64: Add sinf with FMAH.J. Lu2017-12-074-1/+36
* x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu2017-12-071-559/+0
* Use libm_alias_float for x86_64.Joseph Myers2017-11-2920-21/+56
* Use libm_alias_double for x86_64.Joseph Myers2017-11-2915-17/+40
* Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers2017-11-1711-12/+23
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+5
* x86: Add sysdeps/x86/sysdep.hH.J. Lu2017-11-011-41/+1
* Replace "if if " with "if " in commentsH.J. Lu2017-10-253-3/+3
* x86-64: Add powf with FMAH.J. Lu2017-10-223-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add logf with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add exp2f with FMAH.J. Lu2017-10-223-1/+42
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-227-529/+29
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-204-275/+121
* x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu2017-10-194-0/+95
* Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-10-031-9/+2
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-028-10/+12
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-021-0/+1
* Update x86_64 libm-test-ulps.Joseph Myers2017-09-291-2/+2
* x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-09-281-2/+9
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-207-2/+116
* x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2017-09-121-5/+8
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-09-113-0/+65
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-081-2/+2
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-066-6/+0
* Obsolete pow10 functions.Joseph Myers2017-09-011-30/+0
* elf: Remove internal_function attributeFlorian Weimer2017-08-313-4/+2
* x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu2017-08-281-1/+1
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2017-08-231-2/+2
* x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu2017-08-236-290/+32
* Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-192-2/+2
* x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu2017-08-181-1/+2
* x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu2017-08-164-0/+245