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:
Diffstat (limited to 'src/x86/mc16_avx512.asm')
-rw-r--r--src/x86/mc16_avx512.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86/mc16_avx512.asm b/src/x86/mc16_avx512.asm
index f8d1aaa..585ba53 100644
--- a/src/x86/mc16_avx512.asm
+++ b/src/x86/mc16_avx512.asm
@@ -1604,7 +1604,7 @@ cglobal put_8tap_16bpc, 4, 9, 16, dst, ds, src, ss, w, h, mx, my
vpbroadcastd m11, [buf+ 4]
vpbroadcastd m12, [buf+ 8]
vpbroadcastd m13, [buf+12]
- cmp wd, 16
+ sub wd, 16
je .h_w16
jg .h_w32
.h_w8: