Merge "bionic: arm64: generic: strcmp: align to 64B cache line"

am: f785a6cbff

Change-Id: I3b5b76a6c9a0881c9f82012161254dbd480d062b
This commit is contained in:
Christopher Ferris 2017-03-28 01:34:28 +00:00 committed by android-build-merger
commit 08bfbd18f8

View file

@ -57,6 +57,7 @@
/* Start of performance-critical section -- one 64B cache line. */
ENTRY(strcmp)
.p2align 6
eor tmp1, src1, src2
mov zeroones, #REP8_01
tst tmp1, #7