.. |
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
|
Reorganize library a bit.
|
2016-06-03 03:30:36 +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
|
Bump the version to 0.2.2 (and briefly describe changes since 2012).
|
2015-11-04 01:31:22 +02: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
|
Added SSE unit size detection, based on the AMD extended leaf 1a, bit 0. Added a field in cpu_id_t to specify SSE unit size. Also added a hints array, similar to the flags array, which will hold various detection-specific hints. The only currently present hint is about the way the SSE unit size is inferred - whether it is based on the old CPU family/model guesswork (which fails for the AMD Brazos-based cores). Also, added the features XOP, FMA4, TBM and F16C. Changed the library version due to breaking binary compatibility.
|
2011-10-11 16:38:41 +00: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
|
Fix a few legit warnings (passing 'int*', where 'uint64*' is expected).
|
2016-06-03 03:34:08 +03: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 |