pycpuid
pycpuid copied to clipboard
Various fixes
I've done the following:
- Rewrite the C portion to use GCC builtins
- Update the Python and C code to support Python3
In the future I plan to rewrite the entire CPUID module as a class and cache CPUID requests. The way it works now is really not optimal.