aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey45-0/+4180
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey45-0/+3730
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey45-0/+3089
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey45-0/+3003
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey45-0/+2866
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey45-0/+2697
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey45-0/+2609
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey45-0/+2589
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey45-0/+2265
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey45-0/+2123
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey45-0/+2161
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey45-0/+1713
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-20/+0
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella1-1/+0
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella2-4/+4
2021-12-28hurd: Fix static-PIE startupSamuel Thibault1-0/+28
2021-12-27x86: Optimize L(less_vec) case in memcmpeq-evex.SNoah Goldstein1-127/+43
2021-12-27x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein1-193/+56
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey46-0/+2285
2021-12-20Regenerate ulps on x86_64 with GCC 12H.J. Lu1-1/+1
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar1-10/+10
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-6/+0
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer1-0/+2
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2-113/+131
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein1-6/+8
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey4-0/+642
2021-11-10x86: Shrink memcmp-sse4.S code sizeNoah Goldstein1-1621/+646
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein6-224/+381
2021-11-02x86-64: Replace movzx with movzblFangrui Song2-4/+4
2021-11-01x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu2-4/+2
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu1-218/+243
2021-10-28x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein1-0/+21
2021-10-27x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein3-6/+304
2021-10-27x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein4-9/+308
2021-10-27x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.SNoah Goldstein1-4/+51
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein11-8/+198
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein3-0/+5
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein3-0/+7
2021-10-23x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein1-2/+2
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey43-8/+152
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu3-139/+155
2021-10-14x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu17-172/+80
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-4/+2
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein5-95/+232
2021-10-12x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein1-192/+242