Initial commit
[authen-passphrase-scrypt.git] / scrypt-1.2.1 / libcperciva / cpusupport / Build / cpusupport-X86-CPUID.c
1 #include <cpuid.h>
2
3 int
4 main(void)
5 {
6 unsigned int a, b, c, d;
7
8 return __get_cpuid(0, &a, &b, &c, &d);
9 }
This page took 0.021075 seconds and 4 git commands to generate.