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:
authorMartin Storsjö <martin@martin.st>2020-02-01 15:34:04 +0300
committerJanne Grunau <janne-vlc@jannau.net>2020-02-11 00:27:54 +0300
commitd4c5ad493bebcb67aa3c6779b2ce7ffe20fd2018 (patch)
tree0221ea198205f2182acf3869112d5a08ea8e8a66 /src/arm
parentb1167ce169f004f90bcc4a9e8841ffb90fe4abf1 (diff)
arm64: mc: Reduce the width of a register copy
Only copy as much as really is needed/used.
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/64/mc.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arm/64/mc.S b/src/arm/64/mc.S
index 5a7f771..4392a2c 100644
--- a/src/arm/64/mc.S
+++ b/src/arm/64/mc.S
@@ -2073,9 +2073,9 @@ L(\type\()_8tap_filter_2):
st1 {v3.4h}, [\ds2], \d_strd
.endif
b.le 0f
- mov v16.16b, v18.16b
- mov v17.16b, v28.16b
- mov v18.16b, v29.16b
+ mov v16.8b, v18.8b
+ mov v17.8b, v28.8b
+ mov v18.8b, v29.8b
b 4b
480: // 4x8, 4x16, 4x32 hv