Skip to content

Commit

Permalink
Fix comment op name
Browse files Browse the repository at this point in the history
Fix op name in the comment

Signed-off-by: XYenChi <oriachiuan@gmail.com>
  • Loading branch information
XYenChi authored Dec 10, 2024
1 parent fe49242 commit 422c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv/insns/vfrsqrt7_v.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// vfclass.v vd, vs2, vm
// vfrsqrt7.v vd, vs2, vm
VI_VFP_V_LOOP
({
vd = f16_rsqrte7(vs2);
Expand Down

0 comments on commit 422c711

Please sign in to comment.