ref: 34c35b6fb6417570fff4cb81f1ce45ebe0a1972f
parent: c559cc6191b7467c7355d7a94b0cfdafe8378ed1
author: Martin Storsjo <[email protected]>
date: Fri Nov 4 08:20:07 EDT 2016
Add a missing END directive in idct_neon.asm This fixes building with MS armasm. Change-Id: I2629eeed859b775ca667a65ba109f8d1bf7b0e03
--- a/vpx_dsp/arm/idct_neon.asm
+++ b/vpx_dsp/arm/idct_neon.asm
@@ -27,3 +27,4 @@
vld1.s16 {$dst0-$dst1,$dst2-$dst3}, [$src]!
ENDIF
MEND
+ END