From 0b3b098473087eb140df458ccf843b5cb5e219b0 Mon Sep 17 00:00:00 2001 From: zyj <16638332+zyj-repo@user.noreply.gitee.com> Date: Sat, 28 Feb 2026 06:41:44 +0000 Subject: [PATCH] ci ak sk test Signed-off-by: zyj <16638332+zyj-repo@user.noreply.gitee.com> --- samples/common/utils/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/common/utils/utils.cpp b/samples/common/utils/utils.cpp index b3da778..a0993f7 100644 --- a/samples/common/utils/utils.cpp +++ b/samples/common/utils/utils.cpp @@ -18,7 +18,7 @@ using json = nlohmann::json; namespace Infer { using namespace std; -// FP32 (单精度浮点数) 标准定义常量 +// FP32 (单精度浮点数) 标准定义常量 -test constexpr uint32_t FP32_SIGN_SHIFT = 31; // 符号位偏移(第31位) constexpr uint32_t FP32_SIGN_MASK = 0x1; // 符号位掩码(仅最低1位) constexpr uint32_t FP32_EXP_SHIFT = 23; // 指数位偏移(第23-30位) -- Gitee