aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2022-06-16x86: Rename generic functions with unique postfix for clarityNoah Goldstein
2022-06-16x86-64: Handle fewer relocation types for RTLD_BOOTSTRAPFangrui Song
2022-06-15x86: Cleanup bounds checking in large memcpy caseNoah Goldstein
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-14x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein
2022-06-09x86: Align varshift table to 32-bytesNoah Goldstein
2022-06-09x86: Add copyright to strpbrk-c.cNoah Goldstein
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein
2022-06-07x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein
2022-06-07x86: Shrink code size of memchr-evex.SNoah Goldstein
2022-06-07x86: Shrink code size of memchr-avx2.SNoah Goldstein
2022-06-07x86: Optimize memrchr-avx2.SNoah Goldstein
2022-06-07x86: Optimize memrchr-evex.SNoah Goldstein
2022-06-07x86: Optimize memrchr-sse2.SNoah Goldstein
2022-06-07x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein
2022-06-07x86: Create header for VEC classes in x86 strings libraryNoah Goldstein
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab
2022-05-30x86_64: Remove _dl_skip_args usageAdhemerval Zanella
2022-05-26x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu
2022-05-26x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-05-16x86_64: Remove bzero optimizationAdhemerval Zanella
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar
2022-04-22x86: Optimize {str|wcs}rchr-evexNoah Goldstein
2022-04-22x86: Optimize {str|wcs}rchr-avx2Noah Goldstein
2022-04-22x86: Optimize {str|wcs}rchr-sse2Noah Goldstein
2022-04-22x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu
2022-04-19x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein
2022-04-15x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein
2022-04-15x86: Remove memcmp-sse4.SNoah Goldstein
2022-04-15x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein
2022-04-14x86: Reduce code size of mem{move|pcpy|cpy}-ssse3Noah Goldstein
2022-04-14x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein
2022-04-14x86: Remove str{p}{n}cpy-ssse3Noah Goldstein
2022-04-14x86: Remove str{n}cat-ssse3Noah Goldstein
2022-04-14x86: Remove str{n}{case}cmp-ssse3Noah Goldstein
2022-04-14x86: Remove {w}memcmp-ssse3Noah Goldstein
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella