aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
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
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey
2021-12-28malloc: Remove memusage.hAdhemerval Zanella
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella
2021-12-28hurd: Fix static-PIE startupSamuel Thibault
2021-12-27x86: Optimize L(less_vec) case in memcmpeq-evex.SNoah Goldstein
2021-12-27x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey
2021-12-20Regenerate ulps on x86_64 with GCC 12H.J. Lu
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey
2021-11-10x86: Shrink memcmp-sse4.S code sizeNoah Goldstein
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein
2021-11-02x86-64: Replace movzx with movzblFangrui Song
2021-11-01x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu
2021-10-28x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein
2021-10-27x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein
2021-10-27x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein
2021-10-27x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.SNoah Goldstein
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein