1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests
Veselin Georgiev e36a08deb9 Fixed issue #76: Skylake Core i5 badly recognized
Add support for detecting RDSEED and ADX instructions.
Use RDSEED instead of RTM to ascertain that the CPU is
Broadwell or later in recog_intel.c. This fixes
detection discrepancies on Linux, where RTM is not
made available (I guess there's no kernel support for it).

The two new flags are also now detected in the Broadwell
and Skylake tests. Update them as well.
2016-10-25 05:16:44 +03:00
..
amd Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00
intel Fixed issue #76: Skylake Core i5 badly recognized 2016-10-25 05:16:44 +03:00
create_test.py Add a test with L4 cache (courtesy of @phprus). 2016-07-07 00:53:03 +03:00
Makefile.am When creating a tarball, include the small tests now instead of tests_stash.txt 2014-07-16 10:29:58 +03:00
run_tests.py Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00