Update and apply clang-format

This commit is contained in:
Victor Zverovich
2025-05-03 07:29:09 -07:00
parent 26d87edab1
commit 448929d491
6 changed files with 23 additions and 21 deletions

View File

@@ -1097,7 +1097,7 @@ template <> struct cache_accessor<double> {
return {r.high(), r.low() == 0};
}
static auto compute_delta(cache_entry_type const& cache, int beta) noexcept
static auto compute_delta(const cache_entry_type& cache, int beta) noexcept
-> uint32_t {
return static_cast<uint32_t>(cache.high() >> (64 - 1 - beta));
}