diff --git a/src/crypto/verus_hash.h b/src/crypto/verus_hash.h index 9b2c79b86..d58827519 100644 --- a/src/crypto/verus_hash.h +++ b/src/crypto/verus_hash.h @@ -94,6 +94,7 @@ extern void verus_hash(void *result, const void *data, size_t len); inline bool IsCPUVerusOptimized() { unsigned int eax,ebx,ecx,edx; + if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx)) { return false;