CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2020/10/09 11:36:47

Modified files:
        sys/arch/arm64/arm64: copy.S 

Log message:
Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if
possible.  No doubt further optimizations are poissible, but this
change results in a nice balance between code size and speed and is
still easy to understand.

ok patrick@

Reply via email to