Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f
Reviewed-on: https://go-review.googlesource.com/28225
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
JMP tail
avxUnaligned:
- // There are two implementations of move algorithm.
- // The first one for non-ovelapped memory regions. It uses forward copying.
+ // There are two implementations of the move algorithm.
+ // The first one for non-overlapped memory regions. It uses forward copying.
// The second one for overlapped regions. It uses backward copying
MOVQ DI, CX
SUBQ SI, CX