aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-03-07x86_64: Fix svml_s_atanf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_atanf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_atanf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asinh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asinh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asinh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinhf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinhf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinhf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asin8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asin4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_asin2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_asinf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acosh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acosh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acosh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acoshf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acoshf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acoshf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acos8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acos4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_acos2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acosf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acosf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_acosf16_core_avx512.S code formatting (supplemental)Sunil K Pandey
2022-03-07pthread: Do not overwrite tests-time64Adhemerval Zanella
2022-03-04x86_64: Fix svml_s_acosf16_core_avx512.S code formattingSunil K Pandey
2022-03-03i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]H.J. Lu
2022-03-03linux/i386: remove dead assignment of sysdep-dl-routinesAndreas Schwab
2022-02-28Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu
2022-02-23x86_64: Disable libmvec tests if multiarch not enabled [BZ# 28869]Sunil K Pandey
2022-02-23i686: Remove bzero optimizationsAdhemerval Zanella
2022-02-23s390: Remove bzero optimizationsAdhemerval Zanella
2022-02-23powerpc: Remove powerpc64 bzero optimizationsAdhemerval Zanella
2022-02-23powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella
2022-02-23sparc: Remove bzero optimizationAdhemerval Zanella
2022-02-23ia64: Remove bzero optimizationAdhemerval Zanella
2022-02-23alpha: Remove bzero optimizationAdhemerval Zanella
2022-02-23x86_64: Remove bcopy optimizationsAdhemerval Zanella
2022-02-23i386: Remove bcopy optimizationsAdhemerval Zanella
2022-02-23powerpc: Remove bcopy optimizationsAdhemerval Zanella
2022-02-23ia64: Remove bcopyAdhemerval Zanella
2022-02-22hppa: Fix warnings from _dl_lookup_addressJohn David Anglin
2022-02-22hppa: Revise gettext trampoline designJohn David Anglin
2022-02-21Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.hJoseph Myers
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein