chainsx / fedora-riscv-builder

GNU General Public License v3.0
25 stars 6 forks source link

Does kernel support RISCV vector extension? #7

Open gglyuanyuan opened 1 week ago

gglyuanyuan commented 1 week ago

Hi everyone,

I encountered an issue while building the kernel according to the repository instructions. I noticed that there is a configuration option "CONFIG_RISCV_ISA_V=y" in the qemu_defconfig file, but this option disappeared after executing the "make defconfig" command. I would like to know if the kernel supports the RISC-V vector extension instruction set?

chainsx commented 1 day ago

The RISC-V vector extension instructions require hardware support.