File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -927,6 +927,18 @@ RISC-V Support
927
927
- The rules for ordering of extensions in ``-march `` strings were relaxed. A
928
928
canonical ordering is no longer enforced on ``z* ``, ``s* ``, and ``x* ``
929
929
prefixed extensions.
930
+ - Support the RVV intrinsics v0.12. Please checkout `the RVV C intrinsics
931
+ specification
932
+ <https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v0.12.0> `_.
933
+ It is expected there won't be any incompatibility from this v0.12 to the
934
+ specifications planned for v1.0.
935
+
936
+ * Added vector intrinsics that models control to the rounding mode
937
+ (``frm `` and ``vxrm ``) for the floating-point instruction intrinsics and the
938
+ fixed-point instruction intrinsics.
939
+ * Added intrinsics for reinterpret cast between vector boolean and vector
940
+ integer ``m1 `` value
941
+ * Removed the ``vread_csr `` and ``vwrite_csr `` intrinsics
930
942
931
943
CUDA/HIP Language Changes
932
944
^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments