about summary refs log tree commit diff
path: root/src/string/x86_64
Commit message (Expand)AuthorAgeFilesLines
* remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2015-04-182-1/+5
* overhaul optimized x86_64 memset asmRich Felker2015-02-261-26/+55
* x86_64/memset: avoid performing final store twiceDenys Vlasenko2015-02-101-1/+1
* x86_64/memset: simple optimizationsDenys Vlasenko2015-02-101-14/+16
* optimized memset asm for i386 and x86_64Rich Felker2013-08-011-0/+41
* asm for memmove on i386 and x86_64Rich Felker2012-09-101-0/+15
* memcpy asm for i386 and x86_64Rich Felker2012-08-111-0/+22