Vector support test uses csrr instructor on riscv - illegal instruction error in user qemu
rts/CheckVectorSupport.c
uses the csrr
instruction which is not allowed in user mode emulation of riscv.
Running an executable which attempts to use this instruction results in an "Illegal instruction error".
cc @supersven @sheaf