To arrive at a later point in time: Revert "remove inline keywords"

This reverts commit 81b0447024.
This commit is contained in:
Dennis Luxen
2014-10-21 18:34:50 +02:00
parent 81b0447024
commit 511c21029e
26 changed files with 115 additions and 125 deletions
+2 -2
View File
@@ -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;