File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -881,6 +881,17 @@ RISC-V Support in Clang
881
881
take architecture extensions from ``-march `` if both are given.
882
882
- An ABI mismatch between GCC and Clang that related to the
883
883
sign/zero-extension of integer scalars was fixed.
884
+ - An overall simplification of the RISC-V Vector intrinsics are done. The
885
+ simplification is based on
886
+ `riscv-non-isa/rvv-intrinsic-doc#186 <https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/186 >`_.
887
+ - Intrinsics of `vcompress ` and `vmerge ` have been adjusted to have interfaces
888
+ be aligned among `vvm `, `vxm ` intrinsics. The adjustment is base on
889
+ `riscv-non-isa/rvv-intrinsic-doc#185 <https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/185 >`_.
890
+ - All RISC-V Vector intrinsics now share a `__riscv_ ` prefix, based on the
891
+ naming convention defined by
892
+ `riscv-non-isa/riscv-c-api-doc#31 <https://github.com/riscv-non-isa/riscv-c-api-doc/pull/31 >`_.
893
+ - Note that the RISC-V Vector C intrinsics are still under development. The RVV
894
+ C Intrinsic Task Group is working towards a ratified v1.0.
884
895
885
896
X86 Support in Clang
886
897
--------------------
You can’t perform that action at this time.
0 commit comments