summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
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-23x86_64: Remove bcopy optimizationsAdhemerval Zanella
2022-02-17x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein
2022-02-14x86-64: Define __memcmpeq in ld.soH.J. Lu
2022-02-14x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu
2022-02-14x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu
2022-02-12x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-02-08x86-64: Optimize bzeroH.J. Lu
2022-02-07x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein
2022-02-06x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein
2022-02-06x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector log2/log2f to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector log10/log10f to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector atan2/atan2f to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector cbrt/cbrtf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector sinh/sinhf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector expm1/expm1f to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector cosh/coshf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector exp10/exp10f to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector exp2/exp2f to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector hypot/hypotf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector asin/asinf to libmvec microbenchmarkSunil K Pandey
2022-02-06x86-64: Add vector atan/atanf to libmvec microbenchmarkSunil K Pandey
2022-02-05x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu
2022-02-04x86-64: Fix strcmp-evex.SH.J. Lu
2022-02-04x86-64: Fix strcmp-avx2.SH.J. Lu
2022-02-03x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey
2022-02-03x86: Optimize strcmp-evex.SNoah Goldstein
2022-02-03x86: Optimize strcmp-avx2.SNoah Goldstein
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey
2022-01-12x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]Sunil K Pandey
2022-01-10x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein
2022-01-10x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey