[FFmpeg-devel] [PATCH] configure: set IceLake-AVX512 as the minimum baseline

Ronald S. Bultje rsbultje at gmail.com
Wed Aug 18 13:40:34 EEST 2021


Hi,

On Tue, Aug 17, 2021 at 10:13 PM Wu, Jianhua <jianhua.wu at intel.com> wrote:

> The reason why we set the icelake-avx512 as the minimum baseline is that
> we don't want FFmpeg run on a processor downclocking heavily, hence, keep
> the current flag and add a new AVX512ICL make no sense.
>

I don't think you can make that decision single-handedly. doesn't it depend
on the situation, and shouldn't individual users and/or developers be able
to make that decision themselves?

And still, you're adjusting the assembler check, you need to adjust the
runtime check. This won't do what you think it does. It's not a runtime
check and doesn't check host runtime abilities, just host build abilities.

Ronald


More information about the ffmpeg-devel mailing list