> -----Original Message----- > From: myp...@gmail.com <myp...@gmail.com> > Sent: Monday, August 2, 2021 5:31 PM > To: FFmpeg development discussions and patches <ffmpeg- > de...@ffmpeg.org> > Cc: Wu, Jianhua <jianhua...@intel.com>; Cheng, Yanfei > <yanfei.ch...@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 _______________________________________________ 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".