1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/libcpuid
2016-06-04 19:50:21 +02:00
..
amd_code_t.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
asm-bits.c Fixed issue #18: Win64 issues 2015-05-07 17:16:46 +02:00
asm-bits.h Fix some line endings (make them consistent on each mixed-EOL file). 2014-09-27 17:49:23 +03:00
check-consistency.py Updated checking scripts 2012-09-09 22:29:12 +00:00
cpuid_main.c Add up to 8 entries for CPUID leaf 04; push version to 0.3.0. 2016-06-03 04:35:01 +03:00
Doxyfile.in Fix a few Doxygen warnings and errors. Beautify docs a bit. 2016-05-22 23:20:16 +03:00
embed_drivers.cpp The logic behind the big IFDEF at msrdriver.c was wrong. You could compile a 32-bit build and run it on 64-bit windows, and in this case you will still need the 64-bit driver. So the platform detection is made runtime, and the correct driver for the platform is extracted on demand. 2009-09-30 15:27:39 +00:00
exports.def Drop get_bits_value() 2016-05-18 20:46:47 +02:00
intel_code_t.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
libcpuid.dsp Add up to 8 entries for CPUID leaf 04; push version to 0.3.0. 2016-06-03 04:35:01 +03:00
libcpuid.h Fix a few Doxygen warnings and errors. Beautify docs a bit. 2016-05-22 23:20:16 +03:00
libcpuid.sym Drop get_bits_value() 2016-05-18 20:46:47 +02:00
libcpuid_constants.h Add up to 8 entries for CPUID leaf 04; push version to 0.3.0. 2016-06-03 04:35:01 +03:00
libcpuid_internal.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
libcpuid_types.h Fix some line endings (make them consistent on each mixed-EOL file). 2014-09-27 17:49:23 +03:00
libcpuid_util.c Reorganize library a bit. 2016-06-03 03:30:36 +03:00
libcpuid_util.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
libcpuid_vc9.vcproj Bumped the version to 0.1.4 2011-01-14 05:28:31 +00:00
libcpuid_vc71.vcproj Fix some line endings (make them consistent on each mixed-EOL file). 2014-09-27 17:49:23 +03:00
Makefile.am Fix issue #28: Windows Build error 2016-03-10 01:14:37 +02:00
Makefile.x64 Added cpu_clock_by_ic() function to measure cpu clock using instruction counting. Still not translated to MSVC, and isn't tested on CPUs other than Core i7 (but there it works beatifully). Bumped version to 0.1.3. 2010-04-20 09:01:07 +00:00
Makefile.x86 Added cpu_clock_by_ic() function to measure cpu clock using instruction counting. Still not translated to MSVC, and isn't tested on CPUs other than Core i7 (but there it works beatifully). Bumped version to 0.1.3. 2010-04-20 09:01:07 +00:00
masm-x64.asm Fixed issue #18: Win64 issues 2015-05-07 17:16:46 +02:00
msrdriver.c The logic behind the big IFDEF at msrdriver.c was wrong. You could compile a 32-bit build and run it on 64-bit windows, and in this case you will still need the 64-bit driver. So the platform detection is made runtime, and the correct driver for the platform is extracted on demand. 2009-09-30 15:27:39 +00:00
rdmsr.c In cpu_msrinfo(), add experimental support for AMD CPUs for INFO_CUR_MULTIPLIER, INFO_MAX_MULTIPLIER and INFO_BCLK 2016-06-04 19:50:21 +02:00
rdtsc.c Fix cpu_clock_by_ic() for Skylake (it was 1.6 times too high). 2016-05-19 01:37:45 +03:00
rdtsc.h Forgot to add the new header file for rdtsc.c 2010-04-20 09:03:57 +00:00
recog_amd.c Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_amd.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_intel.c Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_intel.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00