[clang] [llvm] [RISCV][MC] Support experimental extensions Zvbc32e and Zvkgs (PR #103709)
Yingwei Zheng via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 01:21:25 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>`__.
----------------
dtcxzyw wrote:
Can you replace this link with a github repo url+tag?
https://github.com/llvm/llvm-project/pull/103709
More information about the cfe-commits
mailing list