shithub: dav1d

Download patch

ref: a713643eadcf50c9f7fd2ea22a598127c959a723
parent: a2cb9f50b3ed00725476945c250ff62f8e1b2040
author: Martin Storsjö <martin@martin.st>
date: Wed May 8 19:56:11 EDT 2019

arm: Simplify includes for util.S

Other source files use this form for this include.

--- a/src/arm/32/mc.S
+++ b/src/arm/32/mc.S
@@ -27,7 +27,7 @@
  */
 
 #include "src/arm/asm.S"
-#include "src/arm/32/util.S"
+#include "util.S"
 
 .macro avg dst0, dst1, t0, t1, t2, t3
         vld1.16         {\t0,\t1},   [r2, :128]!
--- a/src/arm/64/mc.S
+++ b/src/arm/64/mc.S
@@ -27,7 +27,7 @@
  */
 
 #include "src/arm/asm.S"
-#include "src/arm/64/util.S"
+#include "util.S"
 
 .macro avg dst, t0, t1
         ld1             {\t0\().8h},   [x2],  16