CVS commit: src/common/lib/libc/arch/x86_64/string

2020-01-16 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jan 16 09:23:43 UTC 2020 Modified Files: src/common/lib/libc/arch/x86_64/string: memcmp.S Log Message: Back out previous, it's broken. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/x86_64/s

CVS commit: src/common/lib/libc/arch/x86_64/string

2020-01-15 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Jan 15 10:56:49 UTC 2020 Modified Files: src/common/lib/libc/arch/x86_64/string: bcmp.S memcmp.S Log Message: Rewrite bcmp() & memcmp() to not use REP CMPS. Seems about 5-10x faster for small strings on modern hardware. To gene

CVS commit: src/common/lib/libc/arch/x86_64/string

2014-05-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu May 22 16:47:31 UTC 2014 Modified Files: src/common/lib/libc/arch/x86_64/string: memset.S Log Message: fix build for _KERNEL To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/x86_64/string/m

CVS commit: src/common/lib/libc/arch/x86_64/string

2014-03-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 22 19:16:34 UTC 2014 Modified Files: src/common/lib/libc/arch/x86_64/string: bcmp.S bcopy.S ffs.S memchr.S memcmp.S strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S Log Message: For all x86_64 string as

CVS commit: src/common/lib/libc/arch/x86_64/string

2013-11-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 23 16:57:52 UTC 2013 Removed Files: src/common/lib/libc/arch/x86_64/string: bzero.S Log Message: Remove x86_64 bzero.S; which since 2009 has only contained instructions that it should be removed in 2010. To generate a