about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memset-erms.S
Commit message (Collapse)AuthorAgeFilesLines
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-06-291-0/+44
Implementation wise: 1. Remove the VZEROUPPER as memset_{impl}_unaligned_erms does not use the L(stosb) label that was previously defined. 2. Don't give the hotpath (fallthrough) to zero size. Code positioning wise: Move memset_{chk}_erms to its own file. Leaving it in between the memset_{impl}_unaligned both adds unnecessary complexity to the file and wastes space in a relatively hot cache section.