Skip to content

Commit 2337605

Browse files
committed
Remove _rod intrinsic from zvfhmin
zvfhmin doesn't have `_rod` instructions.
1 parent e463600 commit 2337605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rvv-intrinsic-generator/rvv_intrinsic_gen/templates/cvt_op_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ def render(G, op_list, type_list, sew_list, lmul_list, decorator_list):
165165
if decorator.flags & ExtraAttr.HAS_FRM:
166166
continue
167167

168-
# BFloat16 converts do not have `_rod`/`_rtz` instructions
169-
if type_list == "bfloat16":
168+
# Float16 and BFloat16 converts do not have `_rod`/`_rtz` instructions
169+
if type_list == "float16_zvfhmin" or type_list == "bfloat16":
170170
continue
171171

172172
if args["TYPES1"] != args["TYPES3"] and args["TYPES3"] == "f":

0 commit comments

Comments
 (0)