aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy
2021-05-08x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein
2021-05-07x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-05-03x86: Optimize memchr-evex.SNoah Goldstein
2021-05-03x86: Optimize memchr-avx2.SNoah Goldstein
2021-04-28regenerate ulps on x86_64 with -march=nativePaul Zimmermann
2021-04-25x86: Optimize strchr-evex.SNoah Goldstein
2021-04-25x86: Optimize strchr-avx2.SNoah Goldstein
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer
2021-04-23nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer
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