aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2021-04-28regenerate ulps on x86_64 with -march=nativePaul Zimmermann1-3/+3
2021-04-25x86: Optimize strchr-evex.SNoah Goldstein1-174/+218
2021-04-25x86: Optimize strchr-avx2.SNoah Goldstein1-117/+169
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer1-3/+10
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer1-2/+8
2021-04-23nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer1-5/+11
2021-04-21x86: Remove low-level lock optimizationFlorian Weimer1-1/+0
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy1-1/+0
2021-04-19x86: Optimize strlen-avx2.SNoah Goldstein2-214/+334
2021-04-19x86: Optimize strlen-evex.SNoah Goldstein1-264/+317
2021-04-19x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein5-27/+74
2021-04-19x86-64: Require BMI2 for strchr-avx2.SH.J. Lu2-5/+11
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah1-73/+265
2021-04-15x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy4-219/+2
2021-04-15x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-5/+14
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann1-3/+3
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-38/+38
2021-04-01x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey1-8/+8
2021-04-01x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]H.J. Lu3-2/+74
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+42
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu4-24/+31
2021-03-29x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu52-248/+670
2021-03-29x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu5-4/+467
2021-03-29x86-64: Add memset family functions with 256-bit EVEXH.J. Lu6-14/+90
2021-03-29x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu5-11/+104
2021-03-29x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu9-3/+1339
2021-03-29x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu24-17/+2995
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu1-1/+0
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra18-183/+3
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra1-1/+3
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann1-24/+26
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-8/+4
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu1-47/+0
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah2-113/+113
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi1-2/+5
2021-01-21configure: Check for static PIE supportSzabolcs Nagy2-0/+6
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu2-4/+2
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu1-0/+8
2021-01-14Fix x86 build with --enable-tunable=noAdhemerval Zanella1-0/+1
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu2-52/+19
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra1-1/+0
2021-01-04x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu1-5/+11
2021-01-04x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu1-0/+21
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert515-515/+515
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar1-1/+0
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar1-2/+0
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann1-11/+13
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula4-8/+0
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer3-0/+181