I am looking for a C/C++ toolchain that supports the RISC-V vector extension v1.0 as defined per official spec.
Spike appears to support vector rvv1.0, but I am having trouble finding a toolchain to use it with.
Neither GCC (I only see a branch for rvv0.9) nor LLVM (I am using LLVM/clang 13.0.0, which only goes up to rvv0.10) appear to support the latest spec.
Can somebody point me to a working toolchain or do I just have to wait some more for the tools to catch up?