@@ -1044,12 +1044,12 @@ Error RISCVISAInfo::checkDependency() {
10441044static const char *ImpliedExtsD[] = {" f" };
10451045static const char *ImpliedExtsF[] = {" zicsr" };
10461046static const char *ImpliedExtsV[] = {" zvl128b" , " zve64d" };
1047- static const char *ImpliedExtsXTHeadVdot[] = {" v" };
10481047static const char *ImpliedExtsXSfvcp[] = {" zve32x" };
10491048static const char *ImpliedExtsXSfvfnrclipxfqf[] = {" zve32f" };
10501049static const char *ImpliedExtsXSfvfwmaccqqq[] = {" zvfbfmin" };
10511050static const char *ImpliedExtsXSfvqmaccdod[] = {" zve32x" };
10521051static const char *ImpliedExtsXSfvqmaccqoq[] = {" zve32x" };
1052+ static const char *ImpliedExtsXTHeadVdot[] = {" v" };
10531053static const char *ImpliedExtsZcb[] = {" zca" };
10541054static const char *ImpliedExtsZcd[] = {" d" , " zca" };
10551055static const char *ImpliedExtsZce[] = {" zcb" , " zcmp" , " zcmt" };
@@ -1065,8 +1065,8 @@ static const char *ImpliedExtsZfhmin[] = {"f"};
10651065static const char *ImpliedExtsZfinx[] = {" zicsr" };
10661066static const char *ImpliedExtsZhinx[] = {" zhinxmin" };
10671067static const char *ImpliedExtsZhinxmin[] = {" zfinx" };
1068- static const char *ImpliedExtsZicntr[] = {" zicsr" };
10691068static const char *ImpliedExtsZicfiss[] = {" zicsr" , " zimop" };
1069+ static const char *ImpliedExtsZicntr[] = {" zicsr" };
10701070static const char *ImpliedExtsZihpm[] = {" zicsr" };
10711071static const char *ImpliedExtsZk[] = {" zkn" , " zkt" , " zkr" };
10721072static const char *ImpliedExtsZkn[] = {" zbkb" , " zbkc" , " zbkx" ,
0 commit comments