aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2020-04-19 23:56:20 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2020-04-20 00:03:02 -0700
commitadb4453324ef14ca1be3ecf1eae8492d1ff6ab8b (patch)
treea33702d4c7c27fdb34e955a20cbaec060b885d3e
parent86f6e78c6f536ce91583294e219f84477005a3d9 (diff)
downloadspike-adb4453324ef14ca1be3ecf1eae8492d1ff6ab8b.zip
spike-adb4453324ef14ca1be3ecf1eae8492d1ff6ab8b.tar.gz
spike-adb4453324ef14ca1be3ecf1eae8492d1ff6ab8b.tar.bz2
rvv: remove debug message
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
-rw-r--r--riscv/insns/vfcvt_rtz_x_f_v.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/insns/vfcvt_rtz_x_f_v.h b/riscv/insns/vfcvt_rtz_x_f_v.h
index 165ac8d..46d2f90 100644
--- a/riscv/insns/vfcvt_rtz_x_f_v.h
+++ b/riscv/insns/vfcvt_rtz_x_f_v.h
@@ -6,7 +6,6 @@ VI_VFP_VF_LOOP
},
{
P.VU.elt<int32_t>(rd_num, i) = f32_to_i32(vs2, softfloat_round_minMag, true);
- fprintf(stderr, "here 1: %lx\n", i);
},
{
P.VU.elt<int64_t>(rd_num, i) = f64_to_i64(vs2, softfloat_round_minMag, true);