]> granicus.if.org Git - libvpx/commitdiff
arm: Explicitly write both target registers for ldrd
authorMartin Storsjo <martin@martin.st>
Wed, 15 May 2013 12:04:11 +0000 (15:04 +0300)
committerMartin Storsjo <martin@martin.st>
Tue, 21 May 2013 22:50:58 +0000 (01:50 +0300)
The microsoft assembler can't handle the second register being
implicit.

Change-Id: Ia831953a78a25fd6b2082474f05fdb78d96cdf78

vp8/common/arm/armv6/filter_v6.asm

index 1ba91ddd657a1da84f84426f82b3d9a37fcfb7cb..eb4b75bd8025d7391535bdd7997cd4ec28558296 100644 (file)
     mov     r4, #0x40                       ; rounding factor (for smlad{x})
 
 |height_loop_2nd_4|
-    ldrd    r8, [r0, #-4]                   ; load the data
+    ldrd    r8, r9, [r0, #-4]               ; load the data
     orr     r7, r7, r3, lsr #1              ; loop counter
 
 |width_loop_2nd_4|