We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517d344 commit 0a19346Copy full SHA for 0a19346
gcc/common/config/riscv/riscv-common.cc
@@ -75,6 +75,8 @@ struct riscv_implied_info_t
75
/* Implied ISA info, must end with NULL sentinel. */
76
static const riscv_implied_info_t riscv_implied_info[] =
77
{
78
+ {"m", "zmmul"},
79
+
80
{"d", "f"},
81
{"f", "zicsr"},
82
{"d", "zicsr"},
0 commit comments