> Felix LeClair<mailto:felix.leclair...@hotmail.com>:
> Sent: 2022年4月29日 1:17
> To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
> 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!

Best regards,
Jianhua



_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to