To arrive at a later point in time: Revert "remove inline keywords"
This reverts commit 81b0447024.
This commit is contained in:
@@ -108,7 +108,7 @@ class IteratorbasedCRC32
|
||||
return crc;
|
||||
}
|
||||
|
||||
unsigned cpuid() const
|
||||
inline unsigned cpuid() const
|
||||
{
|
||||
unsigned eax = 0, ebx = 0, ecx = 0, edx = 0;
|
||||
// on X64 this calls hardware cpuid(.) instr. otherwise a dummy impl.
|
||||
@@ -117,7 +117,7 @@ class IteratorbasedCRC32
|
||||
}
|
||||
|
||||
#if defined(__MINGW64__) || defined(_MSC_VER)
|
||||
void
|
||||
inline void
|
||||
__get_cpuid(int param, unsigned *eax, unsigned *ebx, unsigned *ecx, unsigned *edx) const
|
||||
{
|
||||
*ecx = 0;
|
||||
|
||||
Reference in New Issue
Block a user