CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/12/04 18:30:44
Modified files: lib/libc/arch/hppa/string: Makefile.inc Added files: lib/libc/arch/hppa/string: memmove.S Log message: memmove/bcopy from libkern, almost certainly the unrolling here is beneficial because the compiler tends to do small known-size blocks inline. Continue using the MI memcpy.c for now. ok miod