[clang] [RISCV] Support Xsfvfwmaccqqq extensions (PR #68296)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 22:58:54 PDT 2023


================
@@ -991,6 +992,7 @@ static const char *ImpliedExtsF[] = {"zicsr"};
 static const char *ImpliedExtsV[] = {"zvl128b", "zve64d"};
 static const char *ImpliedExtsXTHeadVdot[] = {"v"};
 static const char *ImpliedExtsXsfvcp[] = {"zve32x"};
+static const char *ImpliedExtsXsfvfwmaccqqq[] = {"zve32x"};
----------------
topperc wrote:

Zve32f?

https://github.com/llvm/llvm-project/pull/68296


More information about the cfe-commits mailing list