Commit c8f529a4 authored by ashok.bhat@gmail.com's avatar ashok.bhat@gmail.com

Remove extra MEMACCESS

TESTED=libyuv_unittest

Change-Id: I25fae71200ea44846eea3604a55bf4a88ea593ce
Signed-off-by: 's avatarAshok Bhat <ashok.bhat@arm.com>


git-svn-id: http://libyuv.googlecode.com/svn/trunk@1039 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 455c66b4
...@@ -541,7 +541,6 @@ void YToARGBRow_NEON(const uint8* src_y, ...@@ -541,7 +541,6 @@ void YToARGBRow_NEON(const uint8* src_y,
uint8* dst_argb, uint8* dst_argb,
int width) { int width) {
asm volatile ( asm volatile (
MEMACCESS(3)
MEMACCESS(3) MEMACCESS(3)
"vld1.8 {d24}, [%3] \n" "vld1.8 {d24}, [%3] \n"
MEMACCESS(4) MEMACCESS(4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment