add some formatting
This commit is contained in:
parent
969bf95230
commit
11f3ac16f6
@ -115,6 +115,7 @@ class IteratorbasedCRC32
|
|||||||
__get_cpuid(1, &eax, &ebx, &ecx, &edx);
|
__get_cpuid(1, &eax, &ebx, &ecx, &edx);
|
||||||
return ecx;
|
return ecx;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__MINGW64__) || defined(_MSC_VER)
|
#if defined(__MINGW64__) || defined(_MSC_VER)
|
||||||
inline void
|
inline void
|
||||||
__get_cpuid(int param, unsigned *eax, unsigned *ebx, unsigned *ecx, unsigned *edx) const
|
__get_cpuid(int param, unsigned *eax, unsigned *ebx, unsigned *ecx, unsigned *edx) const
|
||||||
|
Loading…
Reference in New Issue
Block a user