From 5266f625b8d770bcdb552ae388aefb8a720c0e9e Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Fri, 22 Sep 2023 18:30:14 +0800 Subject: [PATCH] ... --- include/pocketpy/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index f726ace2..790d9593 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -197,7 +197,7 @@ inline PyObject* tag_float(f64 val){ // decomposed.print(); // std::cout << "exp: " << decomposed.exp() << std::endl; int exp_7b = decomposed.exp() - BitsCvt::C0; - std::cout << "exp_7b: " << exp_7b << std::endl; + // std::cout << "exp_7b: " << exp_7b << std::endl; if(exp_7b < BitsCvt::C1){ exp_7b = BitsCvt::C1 - 1; // -63 + 63 = 0 decomposed.zero_mantissa();