[PATCH] D103313: [RISCV][Clang] Add support for Zmmul extension
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 17 10:47:55 PDT 2022
craig.topper accepted this revision.
craig.topper added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:80
+ {"zmmul", RISCVExtensionVersion{0, 1}},
+
----------------
If it is ratified, is the version really 0.1?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103313/new/
https://reviews.llvm.org/D103313
More information about the llvm-commits
mailing list