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