Re: [FFmpeg-devel] [PATCH] lavu/riscv: fix compilation without Vector support

2024-11-17 Thread Brad Smith
On 2024-11-17 4:17 a.m., Rémi Denis-Courmont wrote: The half-baked assembler in Clang 16 and earlier can't process our RISC-V assembler. This adds yet another work around that. If you must use Clang, please use version 17 or later. LGTM. Fixes build with 16. --- libavutil/riscv/cpu.h | 2

[FFmpeg-devel] [PATCH] lavu/riscv: fix compilation without Vector support

2024-11-17 Thread Rémi Denis-Courmont
The half-baked assembler in Clang 16 and earlier can't process our RISC-V assembler. This adds yet another work around that. If you must use Clang, please use version 17 or later. --- libavutil/riscv/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/riscv/cpu.h b