[FFmpeg-devel] [PATCH 1/5] libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()

Wu, Jianhua jianhua.wu at intel.com
Tue Aug 3 05:40:54 EEST 2021


> -----Original Message-----
> From: mypopy at gmail.com <mypopy at gmail.com>
> Sent: Monday, August 2, 2021 5:31 PM
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at ffmpeg.org>
> Cc: Wu, Jianhua <jianhua.wu at intel.com>; Cheng, Yanfei
> <yanfei.cheng at intel.com>
> Subject: Re: [FFmpeg-devel] [PATCH 1/5] libavfilter/x86/vf_gblur: add
> ff_postscale_slice_avx512()
> 
> Do you have CPU info, I can't find more info from the patch set
> 

I am sorry for the missing info. Do you need the specific CPU model?
Below is some helpful additional information:
1. We have tested the codes on different Intel X86_64 architectures,
and the codes were platform-agnostic, which means they could be
enabled and run when the CPUs support AVX2 or AVX512 instructions
set, or they would be disabled.
2. We have tested the codes both on Linux and Windows operating systems.
3. In the CPU that only supports the AVX2 instructions set, we use the
common instructions to emulate some features introduced by AVX51
to keep compatibility.

Best regards.
Jianhua


More information about the ffmpeg-devel mailing list