pycpuid icon indicating copy to clipboard operation
pycpuid copied to clipboard

Various fixes

Open Rupan opened this issue 10 years ago • 0 comments

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.

Rupan avatar Aug 08 '15 07:08 Rupan