From 422c71162f01cabdded8cf77270297813a6a0820 Mon Sep 17 00:00:00 2001 From: XYenChi Date: Tue, 10 Dec 2024 20:55:03 +0800 Subject: [PATCH] Fix comment op name Fix op name in the comment Signed-off-by: XYenChi --- riscv/insns/vfrsqrt7_v.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/insns/vfrsqrt7_v.h b/riscv/insns/vfrsqrt7_v.h index a073764127..2505639803 100644 --- a/riscv/insns/vfrsqrt7_v.h +++ b/riscv/insns/vfrsqrt7_v.h @@ -1,4 +1,4 @@ -// vfclass.v vd, vs2, vm +// vfrsqrt7.v vd, vs2, vm VI_VFP_V_LOOP ({ vd = f16_rsqrte7(vs2);