mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-01-01 03:12:16 +08:00
Fix for build on 32 bit neon
BUG=none TESTED=nacl neon build R=harryjin@google.com, tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/34659004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1221 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
852f4854c0
commit
89671c4de1
@ -862,7 +862,7 @@ void SetRow_NEON(uint8* dst, uint32 v8, int count) {
|
||||
}
|
||||
|
||||
// ARGBSetRow writes 'count' pixels using an 32 bit value repeated.
|
||||
void ARGBSetRow_NEON(uint8* dst, uint32 v8, int count) {
|
||||
void ARGBSetRow_NEON(uint8* dst, uint32 v32, int count) {
|
||||
asm volatile (
|
||||
"vdup.u32 q0, %2 \n" // duplicate 4 ints
|
||||
"1: \n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user