We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88edb8b + 12f13d0 commit 65e41baCopy full SHA for 65e41ba
riscv/insns/vfncvtbf16_f_f_w.h
@@ -5,5 +5,5 @@ VI_VFP_NCVT_FP_BF16_OFP8(
5
}, // BODY16
6
{ vd = f32_to_bf16(vs2); }, // BODY32
7
{ require(p->extension_enabled(EXT_ZVFOFP8MIN)); }, // CHECK16
8
- { require_zvfbfa; require(p->extension_enabled(EXT_ZVFBFMIN)); } // CHECK32
+ { require_extension(EXT_ZVFBFMIN); } // CHECK32
9
)
riscv/insns/vfwcvtbf16_f_f_v.h
@@ -3,5 +3,5 @@ VI_VFP_WCVT_OFP8_BF16_FP(
3
{ vd = P.VU.altfmt ? e5m2_to_bf16(vs2) : e4m3_to_bf16(vs2); }, // BODY8
4
{ vd = bf16_to_f32(vs2); }, // BODY16
{ require(p->extension_enabled(EXT_ZVFOFP8MIN)); }, // CHECK8
- { require_zvfbfa_or_zvfhmin; } // CHECK16
+ { require_extension(EXT_ZVFBFMIN); } // CHECK16
0 commit comments