x86/vf_gblur: fix reg name in UNIX64 prologue

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2021-02-17 15:51:28 -03:00
parent 3c77584be8
commit 1628409b18
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ cglobal postscale_slice, 2, 2, 4, ptr, length, postscale, min, max
%else ; UNIX64
VBROADCASTSS m0, xm0
VBROADCASTSS m1, xm1
VBROADCASTSS m2, xm3
VBROADCASTSS m2, xm2
%endif
.loop: