about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2022-01-141-4/+4
* x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]Sunil K Pandey2022-01-121-148/+173
* x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein2022-01-101-0/+10
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-101-0/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011086-1088/+1088
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-3045-0/+21885
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-3045-0/+14942
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-2945-0/+5756
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-2945-0/+5619
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-2945-0/+5016
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-2945-0/+5237
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-2945-0/+5032
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-2945-0/+4419
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-2945-0/+4180
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-2945-0/+3730
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-2945-0/+3089
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-2945-0/+3003
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-2945-0/+2866
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-2945-0/+2697
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-2945-0/+2609
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-2945-0/+2589
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-2945-0/+2265
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-2945-0/+2123
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-2945-0/+2161
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-2945-0/+1713
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-20/+0
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-281-1/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-282-4/+4
* hurd: Fix static-PIE startupSamuel Thibault2021-12-281-0/+28
* x86: Optimize L(less_vec) case in memcmpeq-evex.SNoah Goldstein2021-12-271-127/+43
* x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein2021-12-271-193/+56
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-2246-0/+2285
* Regenerate ulps on x86_64 with GCC 12H.J. Lu2021-12-201-1/+1
* Cleanup encoding in commentsSiddhesh Poyarekar2021-12-131-10/+10
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-6/+0
* nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer2021-12-091-0/+2
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-092-113/+131
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-031-6/+8
* x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey2021-11-164-0/+642
* x86: Shrink memcmp-sse4.S code sizeNoah Goldstein2021-11-101-1621/+646
* x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein2021-11-066-224/+381
* x86-64: Replace movzx with movzblFangrui Song2021-11-022-4/+4
* x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu2021-11-012-4/+2
* x86-64: Improve EVEX strcmp with masked loadH.J. Lu2021-11-011-218/+243
* x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein2021-10-281-0/+21