Browse Source

Merge branch 'dave-dev' of github.com:VerusCoin/VerusCoin into dave-dev

pull/4/head
David Dawes 6 years ago
parent
commit
033cd36e5b
  1. 1
      src/crypto/verus_hash.h

1
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;

Loading…
Cancel
Save