x86/vf_gblur: fix reg name in UNIX64 prologue
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
3c77584be8
commit
1628409b18
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue