I've got a fresh build of the most recent commit of master in riscv-collab/riscv-gnu-toolchain and am happily using RVV in assembly language e.g.
I wanted to rewrite my assembly language function using RVV intrinsics, following the examples in ...
... but the compiler can't find riscv_vector.h and neither can I.
Is that still the way to do it? Are intrinsics merged into master? How do you enable it?
I see the rvv-intrinsic branch was merged into __archive__ on May 9 and then deleted.
I understand that auto-vectorisation etc work is happening in llvm not gcc, but we can use intrinsics in gcc, yes?