K 10 svn:author V 5 markj K 8 svn:date V 27 2019-01-21T19:38:53.519349Z K 7 svn:log V 349 Optimize RISC-V copyin(9)/copyout(9) routines. The existing copyin(9) and copyout(9) routines on RISC-V perform only a simple byte-by-byte copy. Improve their performance by performing word-sized copies where possible. Submitted by: Mitchell Horne MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18851 END