mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-10 10:46:48 +08:00
Remove extra MEMACCESS
TESTED=libyuv_unittest Change-Id: I25fae71200ea44846eea3604a55bf4a88ea593ce Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> git-svn-id: http://libyuv.googlecode.com/svn/trunk@1039 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
455c66b437
commit
c8f529a48f
@ -541,7 +541,6 @@ void YToARGBRow_NEON(const uint8* src_y,
|
||||
uint8* dst_argb,
|
||||
int width) {
|
||||
asm volatile (
|
||||
MEMACCESS(3)
|
||||
MEMACCESS(3)
|
||||
"vld1.8 {d24}, [%3] \n"
|
||||
MEMACCESS(4)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user