1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-20 23:01:51 +00:00
libcpuid/cpuid_tool
2011-10-11 16:38:41 +00:00
..
cpuid_tool.c 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
cpuid_tool_vc9.vcproj Renamed VC project files so that project for versions lower than Visual C++ 2008 can be made. 2009-08-19 21:14:39 +00:00
cpuid_tool_vc71.vcproj Added project files for Visual Studio 2003 (VC 71), added an option to build libcpuid as a DLL. 2009-08-19 21:43:56 +00:00
Makefile.am Adding Visual studio project files; adding the 'make test' target 2009-01-10 18:18:13 +00:00
Makefile.x64 Added Makefile for Win64 2009-01-27 01:43:13 +00:00