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
path: root/src/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm')
-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