codership/galera
cmake/crc32c.cmake
:11
check_c_source_compiles(
"
#include <cpuid.h>
unsigned int eax, ebx, ecx, edx;
int main() { __get_cpuid(1, &eax, &ebx, &ecx, &edx); return 0; }
"
GALERA_HAVE_CPUID)