about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-02-162-0/+2
* x86-64: Define __memcmpeq in ld.soH.J. Lu2022-02-141-1/+3
* x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu2022-02-141-3/+1
* x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu2022-02-142-13/+0
* x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein2022-02-121-0/+1
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-27/+21
* x86-64: Optimize bzeroH.J. Lu2022-02-0810-25/+256
* x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein2022-02-071-3/+4
* x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein2022-02-065-87/+152
* x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector log2/log2f to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector log10/log10f to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector atan2/atan2f to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector cbrt/cbrtf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector sinh/sinhf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector expm1/expm1f to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector cosh/coshf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector exp10/exp10f to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector exp2/exp2f to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector hypot/hypotf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector asin/asinf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86-64: Add vector atan/atanf to libmvec microbenchmarkSunil K Pandey2022-02-063-0/+8201
* x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu2022-02-051-114/+176
* x86-64: Fix strcmp-evex.SH.J. Lu2022-02-041-1/+1
* x86-64: Fix strcmp-avx2.SH.J. Lu2022-02-041-1/+1
* x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey2022-02-033-0/+8201
* x86: Optimize strcmp-evex.SNoah Goldstein2022-02-031-793/+919
* x86: Optimize strcmp-avx2.SNoah Goldstein2022-02-031-651/+939
* SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault2022-02-011-28/+0
* 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