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

This commit is contained in:
David Dawes
2018-06-16 17:09:30 -07:00

View File

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