[FFmpeg-devel] [PATCH] avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul()

Martin Storsjö martin at martin.st
Mon Sep 9 11:33:43 EEST 2024


On Sat, 24 Aug 2024, Brad Smith wrote:

> avutil/cpu_internal: Provide ff_getauxval() wrapper for getauxvaul()
>
> Initially used for getauxval() but will be used to add support for
> other API.
>
> Signed-off-by: Brad Smith <brad at comstyle.com>
> ---
> libavutil/aarch64/cpu.c   |  4 ++--
> libavutil/arm/cpu.c       |  2 +-
> libavutil/cpu.c           | 14 ++++++++++++++
> libavutil/cpu_internal.h  |  2 ++
> libavutil/loongarch/cpu.c |  2 +-
> libavutil/mips/cpu.c      |  2 +-
> libavutil/riscv/cpu.c     |  2 +-
> 7 files changed, 22 insertions(+), 6 deletions(-)

LGTM, this looks reasonable to me.

// Martin



More information about the ffmpeg-devel mailing list