Merge branch 'dave-dev' of github.com:VerusCoin/VerusCoin into dave-dev
This commit is contained in:
@@ -94,6 +94,7 @@ extern void verus_hash(void *result, const void *data, size_t len);
|
|||||||
inline bool IsCPUVerusOptimized()
|
inline bool IsCPUVerusOptimized()
|
||||||
{
|
{
|
||||||
unsigned int eax,ebx,ecx,edx;
|
unsigned int eax,ebx,ecx,edx;
|
||||||
|
|
||||||
if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx))
|
if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user