Re: [FFmpeg-devel] [PATCH] ppc: Recognize the PPC VSX and Power8 CPU flags

2024-09-28 Thread Sean McGovern
Hi Brad, On Fri, Sep 27, 2024, 22:16 Brad Smith wrote: > ping. > > On 2024-09-21 5:05 a.m., Brad Smith wrote: > > ppc: Recognize the PPC VSX and Power8 CPU flags > > > > Signed-off-by: Brad Smith > > --- > > libavutil/cpu.c | 2 ++ > > libavutil/tests/cpu.c | 2 ++ > > 2 files change

Re: [FFmpeg-devel] [PATCH] ppc: Recognize the PPC VSX and Power8 CPU flags

2024-09-27 Thread Brad Smith
ping. On 2024-09-21 5:05 a.m., Brad Smith wrote: ppc: Recognize the PPC VSX and Power8 CPU flags Signed-off-by: Brad Smith --- libavutil/cpu.c | 2 ++ libavutil/tests/cpu.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libavutil/cpu.c b/libavutil/cpu.c index df00bd541f..44cb

[FFmpeg-devel] [PATCH] ppc: Recognize the PPC VSX and Power8 CPU flags

2024-09-21 Thread Brad Smith
ppc: Recognize the PPC VSX and Power8 CPU flags Signed-off-by: Brad Smith --- libavutil/cpu.c | 2 ++ libavutil/tests/cpu.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libavutil/cpu.c b/libavutil/cpu.c index df00bd541f..44cbb9e9ff 100644 --- a/libavutil/cpu.c +++ b/libavutil/cpu