Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-04-12 09:29:51 +0300
committerMartin Storsjö <martin@martin.st>2020-05-10 08:51:42 +0300
commit509005506677893538d50a72cf3ebafc21fed8ac (patch)
tree1f3dfdcd8e4d72ef28f48ab013a6657b77a87efa
parent5dd10e9c70f317eee0d5fc4fde419db2878ba2d0 (diff)
arm64: itx: Remove a now unused macro
The macro became unused in 9f084b0d2.
-rw-r--r--src/arm/64/itx.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arm/64/itx.S b/src/arm/64/itx.S
index b6c0c14..f127a36 100644
--- a/src/arm/64/itx.S
+++ b/src/arm/64/itx.S
@@ -134,13 +134,6 @@ endconst
.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