From 04561d5782b930e781627eee5ffcbb6b06e8b558 Mon Sep 17 00:00:00 2001 From: Ed Addario Date: Tue, 21 Oct 2025 12:53:26 +0100 Subject: [PATCH] Update epsilon specifier --- src/llama-quant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama-quant.cpp b/src/llama-quant.cpp index 08f1b30293..5280b9a02a 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -690,7 +690,7 @@ static std::unordered_map target_bpw_type( #endif }; - const double epsilon = 1e-12; + constexpr double epsilon = 1e-12; constexpr double infinity = std::numeric_limits::infinity(); constexpr uint32_t file_magic = 0x42505731; // BPW1 const char * func = __func__;