[PATCH] D103313: [RISCV][Clang] Add support for Zmmul extension
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 02:36:29 PDT 2022
asb added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:80
+ {"zmmul", RISCVExtensionVersion{0, 1}},
+
----------------
craig.topper wrote:
> If it is ratified, is the version really 0.1?
It looks like it should be 1.0 now https://github.com/riscv/riscv-isa-manual/commit/f518c259c008f926eba4aba67804f62531b6e94b
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103313/new/
https://reviews.llvm.org/D103313
More information about the llvm-commits
mailing list