aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2021-04-21x86: Remove low-level lock optimizationFlorian Weimer
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-19x86: Optimize strlen-avx2.SNoah Goldstein
2021-04-19x86: Optimize strlen-evex.SNoah Goldstein
2021-04-19x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein
2021-04-19x86-64: Require BMI2 for strchr-avx2.SH.J. Lu
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah
2021-04-15x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-15x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann
2021-04-01x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey
2021-04-01x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]H.J. Lu
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu
2021-03-29x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu
2021-03-29x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add memset family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi
2021-01-21configure: Check for static PIE supportSzabolcs Nagy
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu
2021-01-14Fix x86 build with --enable-tunable=noAdhemerval Zanella
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra
2021-01-04x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu
2021-01-04x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer
2020-12-03x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)Jakub Jelinek
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu