CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/01/17 14:31:19
Modified files: lib/libc/arch/i386: Makefile.inc lib/libc/arch/i386/string: Makefile.inc Removed files: lib/libc/arch/amd64/string: strlen.S lib/libc/arch/i386/string: strlen.S sys/lib/libkern/arch/amd64: strlen.S sys/lib/libkern/arch/i386: strlen.S Log message: Remove assembly version of strlen from i386 and amd64, where it's up to 3 times slower than the C code most of the time. This was brought up by DragonflyBSD guys initially. ok deraadt, guenther. miod will not miss it.