openssl
openssl copied to clipboard
Implement riscv_vlen_asm for riscv32
Now for the linux32-riscv32 target, we would get the error when linking
riscvcap.c:(.text.startup+0x104): undefined reference to `riscv_vlen_asm'
#20149 added riscv_vlen_asm in riscv64cpuid.pl but not in riscv32cpuid.pl, and this function is needed in riscvcap.c.