Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-14 | x86: Update memset to use new VEC macros | Noah Goldstein | 1 | -17/+3 |
2022-07-05 | x86: Add support for building {w}memset{_chk} with explicit ISA level | Noah Goldstein | 1 | -1/+11 |
2022-05-16 | x86_64: Remove bzero optimization | Adhemerval Zanella | 1 | -3/+0 |
2022-02-08 | x86-64: Optimize bzero | H.J. Lu | 1 | -0/+3 |
2022-02-06 | x86: Improve vec generation in memset-vec-unaligned-erms.S | Noah Goldstein | 1 | -6/+12 |
2021-10-12 | x86: Optimize memset-vec-unaligned-erms.S | Noah Goldstein | 1 | -2/+9 |
2021-04-19 | x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S | Noah Goldstein | 1 | -1/+1 |
2021-03-29 | x86-64: Use ZMM16-ZMM31 in AVX512 memset family functions | H.J. Lu | 1 | -8/+8 |
2017-06-05 | x86-64: Optimize wmemset with SSE2/AVX2/AVX512 | H.J. Lu | 1 | -1/+8 |
2016-07-01 | Require binutils 2.24 to build x86-64 glibc [BZ #20139] | H.J. Lu | 1 | -1/+1 |
2016-04-03 | Don't put SSE2/AVX/AVX512 memmove/memset in ld.so | H.J. Lu | 1 | -1/+1 |
2016-03-31 | Add x86-64 memset with unaligned store and rep stosb | H.J. Lu | 1 | -0/+17 |