[PATCH v1 2/2] riscv: Skip RVV build when assembler lacks vector support
Jeff Law
jeffreyalaw@gmail.com
Mon Oct 27 13:57:35 GMT 2025
On 10/20/25 9:50 AM, Yao Zihong wrote:
> This patch integrates assembler feature detection so that RVV objects are
> skipped entirely when the assembler does not support vector instructions.
> It avoids build failures on toolchains without RVV support.
I'd just set a minimum version of the assembler necessary for RISC-V
support rather than catering to old versions of the tools. Meaning I'd
just drop this patch entirely and instead update the manual/documentation.
RISC-V support has matured significantly through the years and requiring
reasonably modern tooling seems OK to me.
jeff
More information about the Libc-alpha
mailing list