[clang] [llvm] [RISCV][MC] Support experimental extensions Zvbc32e and Zvkgs (PR #103709)
Pengcheng Wang via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 01:47:48 PDT 2024
================
@@ -302,6 +302,9 @@ The primary goal of experimental support is to assist in the process of ratifica
``experimental-zicfilp``, ``experimental-zicfiss``
LLVM implements the `1.0 release specification <https://github.com/riscv/riscv-cfi/releases/tag/v1.0>`__.
+``experimental-zvbc32e``, ``experimental-zvkgs``
+ LLVM implements the `0.7 release specification <https://github.com/user-attachments/files/16450464/riscv-crypto-spec-vector-extra_v0.0.7.pdf>`__.
----------------
wangpc-pp wrote:
Actually, there is no repo&tag. They are in a pull request.
https://github.com/llvm/llvm-project/pull/103709
More information about the cfe-commits
mailing list