From efab28b06bfaa50c41337e84136cb58437e7ba00 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 6 Jan 2022 11:46:50 -0500 Subject: [PATCH] Add FastRange32 function and use it throughout the codebase --- src/common/bloom.cpp | 13 +++---------- src/cuckoocache.h | 27 ++++++++++++--------------- src/util/fastrange.h | 20 +++++++++++++++----- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/common/bloom.cpp b/src/common/bloom.cpp index c3603b5d2aa..0bb72dbcbb6 100644 --- a/src/common/bloom.cpp +++ b/src/common/bloom.cpp @@ -11,6 +11,7 @@ #include