shithub: dav1d

Download patch

ref: 509005506677893538d50a72cf3ebafc21fed8ac
parent: 5dd10e9c70f317eee0d5fc4fde419db2878ba2d0
author: Martin Storsjö <[email protected]>
date: Sun Apr 12 05:29:51 EDT 2020

arm64: itx: Remove a now unused macro

The macro became unused in 9f084b0d2.

--- a/src/arm/64/itx.S
+++ b/src/arm/64/itx.S
@@ -134,13 +134,6 @@
 .endif
 .endm
 
-.macro smull_sz d0, d1, s0, c, sz
-        smull           \d0\().4s, \s0\().4h, \c
-.ifc \sz, .8h
-        smull2          \d1\().4s, \s0\().8h, \c
-.endif
-.endm
-
 .macro rshrn_sz d0, s0, s1, shift, sz
         rshrn           \d0\().4h, \s0\().4s, \shift
 .ifc \sz, .8h