openssl icon indicating copy to clipboard operation
openssl copied to clipboard

Implement riscv_vlen_asm for riscv32

Open ZenithalHourlyRate opened this issue 1 year ago • 0 comments

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.

Checklist

ZenithalHourlyRate avatar Apr 26 '24 06:04 ZenithalHourlyRate