* Simd poh

* Fix poh verify bench
This commit is contained in:
sakridge
2020-06-16 23:03:26 -07:00
committed by GitHub
parent 891aa8c13e
commit 0de6c444d6
8 changed files with 248 additions and 17 deletions

View File

@ -172,7 +172,11 @@ impl Validator {
info!("entrypoint: {:?}", entrypoint_info_option);
info!("Initializing sigverify, this could take a while...");
if solana_perf::perf_libs::api().is_some() {
info!("Initializing sigverify, this could take a while...");
} else {
info!("Initializing sigverify...");
}
sigverify::init();
info!("Done.");