Merge 07c54de550 into merged_master (Bitcoin PR bitcoin/bitcoin#26691)

This commit is contained in:
Byron Hambly 2025-04-02 09:34:35 +02:00
commit e9d7ca4858
30 changed files with 59 additions and 174 deletions

View file

@ -25,7 +25,6 @@ static void CCheckQueueSpeedPrevectorJob(benchmark::Bench& bench)
// We shouldn't ever be running with the checkqueue on a single core machine.
if (GetNumCores() <= 1) return;
const ECCVerifyHandle verify_handle;
ECC_Start();
struct PrevectorJob {