commit | 6bc53a9d884265e0a0b14c4383bef0aa47824e64 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Wed Jul 01 14:26:52 2015 -0400 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Fri Aug 14 11:08:38 2015 -0400 |
tree | 92c298e8b2b997717b5e312f5f1a337a655c091a | |
parent | b9c4bbee9364a9351376fd1fec9604e7c84778d8 [diff] |
Support X86 intrinsic System.arraycopy char This is an implementation of arraycopy for X86 and X86_64 versions of intrinsic System.arraycopy(char[], int, char[], int, int). The implementations use rep movsw to copy the chars. Change-Id: Icf9d0efb9986bc3e0794238a74f94fe02f9b42be Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>