Skip to content

Commit 3d81513

Browse files
committed
Update README for the compiler support
Fix #361
1 parent d0669e2 commit 3d81513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Working draft for the RISC-V vector specification are under [doc/](doc/), intrin
66
Please check out the latest intrinsics specification under
77
[Releases](https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases).
88

9+
[Clang 19](https://github.com/llvm/llvm-project/blob/llvmorg-19.1.0/llvm/docs/RISCV/RISCVVectorExtension.rst) and [GCC 14](https://github.com/gcc-mirror/gcc/tree/releases/gcc-14) supports the [v1.0](https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v1.0.x) version.
10+
911
[Clang 17](https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html) and [GCC trunk](https://github.com/gcc-mirror/gcc/tree/master) supports the [v0.12](https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v0.12.0) version, no more incompatibility will be introduced.
1012

1113
[Clang 16](https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html) and

0 commit comments

Comments
 (0)