[clang] [llvm] [RISCV] Remove experimental from Vector Crypto extensions (PR #74213)
Yueh-Ting Chen via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 23:45:22 PST 2023
eopXD wrote:
The intrinsics for vector crypto is not a formalized version yet. To be safe, I think we should have an experimental tag to guard the intrinsics, while the extension is ratified and do indeed don't need the experimental.
https://github.com/llvm/llvm-project/pull/74213
More information about the cfe-commits
mailing list