Merge 7b3343f300 into merged_master (Bitcoin PR bitcoin/bitcoin#25108)

This commit is contained in:
James Dorfman 2024-08-13 04:14:39 +00:00
commit 31df518140
40 changed files with 59 additions and 88 deletions

View file

@ -31,8 +31,7 @@ static void CCheckQueueSpeedPrevectorJob(benchmark::Bench& bench)
struct PrevectorJob {
prevector<PREVECTOR_SIZE, uint8_t> p;
// ELEMENTS: fix unused member function warnings
// PrevectorJob(){
// }
// PrevectorJob() = default;
explicit PrevectorJob(FastRandomContext& insecure_rand){
p.resize(insecure_rand.randrange(PREVECTOR_SIZE*2));
}