Merge "Modify prefetch for krait memcpy."

This commit is contained in:
Christopher Ferris 2013-10-15 21:12:30 +00:00 committed by Gerrit Code Review
commit dc9d8d050a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ ENTRY_PRIVATE(MEMCPY_BASE)
1: /* The main loop copies 64 bytes at a time */
vld1.8 {d0 - d3}, [r1]!
vld1.8 {d4 - d7}, [r1]!
pld [r1, #(32*2)]
pld [r1, #(32*8)]
subs r2, r2, #64
vst1.8 {d0 - d3}, [r0, :128]!
vst1.8 {d4 - d7}, [r0, :128]!