1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windows

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2022-09-22 11:13:13 +03:00
parent f2d75d7fb0
commit c9aa6164d4

View File

@ -36,6 +36,7 @@ SECTION .text
%macro APPLY_WELCH_FN 0
cglobal lpc_apply_welch_window, 3, 5, 8, data, len, out, off1, off2
movsxdifnidn lenq, lend
cmp lenq, 0
je .end
cmp lenq, 2