Update epsilon specifier

This commit is contained in:
Ed Addario 2025-10-21 12:53:26 +01:00
parent 27bf25e93c
commit 04561d5782
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ static std::unordered_map<std::string, ggml_type> target_bpw_type(
#endif
};
const double epsilon = 1e-12;
constexpr double epsilon = 1e-12;
constexpr double infinity = std::numeric_limits<double>::infinity();
constexpr uint32_t file_magic = 0x42505731; // BPW1
const char * func = __func__;