CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/12/09 08:10:39
Modified files: lib/libc/arch/amd64/string: Makefile.inc strchr.S strcmp.S strrchr.S Added files: lib/libc/arch/amd64/string: strlen.S Log message: Import new amd64 assembly versions of strchr/index, strrchr/rindex, and strlen that provide a significantly faster performance than our previous .c or .S implementations. Based on NetBSD's code. Tested with different amd64 CPUs. ok deraadt@ mikeb@