[FFmpeg-devel] [PATCH] checkasm: RISC-V 64-bit assembler test harness
Lynne
dev at lynne.ee
Mon Oct 10 03:35:16 EEST 2022
Oct 6, 2022, 21:15 by remi at remlab.net:
> ---
> tests/checkasm/Makefile | 1 +
> tests/checkasm/checkasm.h | 10 ++
> tests/checkasm/riscv/checkasm.S | 178 ++++++++++++++++++++++++++++++++
> 3 files changed, 189 insertions(+)
> create mode 100644 tests/checkasm/riscv/checkasm.S
>
> diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
> index f330d3a8ab..62d6616faf 100644
> --- a/tests/checkasm/Makefile
> +++ b/tests/checkasm/Makefile
> @@ -63,6 +63,7 @@ CHECKASMOBJS-$(CONFIG_AVUTIL) += $(AVUTILOBJS)
>
Pushed along with the Opus postfilter patches and the AAC clobber fix.
I fixed the switch() style in the postfilter code, we don't indent cases.
Thanks.
More information about the ffmpeg-devel
mailing list