On Fri, 29 Apr 2022, Wu Jianhua wrote:

Felix LeClair<mailto:[email protected]>:
Sent: 2022年4月29日 1:17
To: [email protected]<mailto:[email protected]>
Subject: [FFmpeg-devel] [PATCH] Fix AVX-512-VNNI_hevc_qpel_filters_avx512icl

This commit fixes the above by swapping lines 1796 and 1795, moving the
define out of the conditional

    sub            srcq, tmpq
     sub             myq, 1
     shl             myq, 5
-%ifdef PIC
 %define %%table hevc_qpel_filters_avx512icl_v_%1
+%ifdef PIC
     lea tmpq, [%%table]
    %define FILTER tmpq
%else
--

LGTM. Thanks for the fix!

Thanks applied.

Regards,
Marton
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to