1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/libcpuid
2019-10-01 13:04:01 +02:00
..
amd_code_t.h Matchtable refactoring for AMD (see previous commit). 2017-03-20 01:47:28 +02:00
asm-bits.c AARCH64 stub 2019-07-13 21:10:34 +03:00
asm-bits.h AARCH64 stub 2019-07-13 21:10:34 +03:00
check-consistency.py Force Python 2.7 in all Python scripts 2018-08-08 13:54:14 +02:00
cpuid_main.c add support to feature intel avx512_vnni 2019-08-08 22:06:23 +08:00
Doxyfile.in Fix issue #66: Manpage for cpuid_tool 2016-09-20 15:36:40 +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 Add a msr_serialize_raw_data() function 2017-02-09 20:55:28 +01:00
intel_code_t.h Major refactoring of the Intel match tables. 2017-03-20 01:01:22 +02:00
libcpuid.dsp Fixed issue #105: New Release version 2019-02-05 22:43:52 +02:00
libcpuid.h Some typo fixes in human readable text. 2019-10-01 13:04:01 +02:00
libcpuid.sym Add a msr_serialize_raw_data() function 2017-02-09 20:55:28 +01:00
libcpuid_constants.h Related to issue #67: Information about the availability of SGX 2016-10-03 13:07:22 +03:00
libcpuid_internal.h Merge pull request #125 from X0rg/master 2019-07-11 08:34:24 +03:00
libcpuid_types.h Do not depend on config.h in public headers 2018-06-23 17:56:52 +00:00
libcpuid_util.c Major refactoring of the Intel match tables. 2017-03-20 01:01:22 +02:00
libcpuid_util.h Related to #91: Make bits available in libcpuid_internal.h 2017-05-04 03:51:41 +03:00
libcpuid_vc10.vcxproj Fixed issue #105: New Release version 2019-02-05 22:43:52 +02:00
libcpuid_vc10.vcxproj.filters Replace VC9 project files with improved ones for VC10. 2016-07-10 02:51:23 +02:00
libcpuid_vc71.vcproj Fixed issue #105: New Release version 2019-02-05 22:43:52 +02:00
Makefile.am Fix issue #66: Manpage for cpuid_tool 2016-09-20 15:36:40 +03:00
Makefile.x64 Fixed issue #105: New Release version 2019-02-05 22:43:52 +02:00
Makefile.x86 Fixed issue #105: New Release version 2019-02-05 22:43:52 +02:00
masm-x64.asm Fixed issue #18: Win64 issues 2015-05-07 17:16:46 +02:00
msrdriver.c Also msrdriver.c 2018-06-21 21:22:52 +03:00
rdmsr.c Add Hygon Dhyana detect support 2019-04-13 23:08:03 +08:00
rdtsc.c Add Hygon Dhyana detect support 2019-04-13 23:08:03 +08:00
rdtsc.h Forgot to add the new header file for rdtsc.c 2010-04-20 09:03:57 +00:00
recog_amd.c Merge pull request #126 from X0rg/master 2019-07-12 11:20:06 +03:00
recog_amd.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_intel.c add support to feature intel avx512_vnni 2019-08-08 22:06:23 +08:00
recog_intel.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00