Skip to content

Commit

Permalink
Fix typo of vreinterpret in bfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
4vtomat committed Jun 7, 2024
1 parent 8853001 commit 625d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvv-intrinsic-generator/rvv_intrinsic_gen/bfloat16_inst.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def gen(g):
g.start_group("BFloat16 Miscellaneous Vector Utility Intrinsics")

g.function_group(reint_op_template, "Reinterpret Cast Conversion Intrinsics",
"reinterpret-cast-conversion", ["reinterpret"], "bfloat16",
"reinterpret-cast-conversion", ["vreinterpret"], "bfloat16",
SEWS, LMULS, decorators.has_no_masking)

g.function_group(misc_op_template, "Vector LMUL Extension Intrinsics",
Expand Down

0 comments on commit 625d122

Please sign in to comment.