[FFmpeg-devel] [PATCH 1/6] avutil/cpu: add AVX512 Icelake flag
Henrik Gramner
henrik at gramner.com
Thu Mar 10 16:34:24 EET 2022
On Wed, Feb 23, 2022 at 9:57 AM <jianhua.wu-at-intel.com at ffmpeg.org> wrote:
>
> From: Wu Jianhua <jianhua.wu at intel.com>
>
> Signed-off-by: Wu Jianhua <jianhua.wu at intel.com>
> ---
> configure | 13 +++++++---
> libavutil/cpu.c | 1 +
> libavutil/cpu.h | 1 +
> libavutil/x86/cpu.c | 8 ++++--
> libavutil/x86/cpu.h | 1 +
> libavutil/x86/x86inc.asm | 53 ++++++++++++++++++++-------------------
> tests/checkasm/checkasm.c | 35 +++++++++++++-------------
> 7 files changed, 63 insertions(+), 49 deletions(-)
This patch LGTM (didn't look at the actual asm code yet though).
More information about the ffmpeg-devel
mailing list