String Functions for x86-64

Menezes, Evandro evandro.menezes@amd.com
Fri Jun 9 22:24:00 GMT 2006


Pinging and refreshing the patch.

I withdrew strncmp and strlen for now because their performance was similar to the current ones using GLIBC's tests.

-- 
_______________________________________________________
Evandro Menezes               AMD            Austin, TX



2006-06-09 Evandro Menezes <evandro.menezes@amd.com>

	* sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: included x86-64-specific file.
	* sysdeps/x86_64/bzero.S: modified macro definition.
	* sysdeps/x86_64/dl-machine.h: added code to detect caches sizes.
	* sysdeps/x86_64/dl-procinfo.c: new file.
	* sysdeps/x86_64/elf/rtld-global-offsets.sym: ditto.
	* sysdeps/x86_64/Makefile: added rtld-global-offsets.sym.
	* sysdeps/x86_64/memcmp.S: new file.
	* sysdeps/x86_64/memcpy.S: new code to handle more block size ranges.
	* sysdeps/x86_64/mempcpy.S: modified macro definition.
	* sysdeps/x86_64/memset.S: new code to handle more block size ranges.
	* sysdeps/x86_64/stpcpy.S: modified macro definition.
	* sysdeps/x86_64/stpncpy.S: new file.
	* sysdeps/x86_64/strcmp.S: new code to handle more block size ranges.
	* sysdeps/x86_64/strcpy.S: ditto.
	* sysdeps/x86_64/strncpy.S: new file.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libc-string-x86_64-head.diff.gz
Type: application/x-gzip
Size: 10339 bytes
Desc: libc-string-x86_64-head.diff.gz
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20060609/9b6366c9/attachment.bin>


More information about the Libc-alpha mailing list