1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-02-22 20:25:04 +00:00
libcpuid/tests/intel
Veselin Georgiev 046d2ca2ab Better support for AVX, AVX2, BMI1 and BMI2 instruction set detection.
- Detect AVX and AVX2 on both Intel and AMD CPUs
- Detect BMI1 and BMI2 instruction sets (BMI2 is only on Haswell, BMI1 is
  also present on Bulldozers).
- Fix tests to reflect changes.
2015-04-16 20:54:37 +03:00
..
atom Add a test for Atom N2800 (codename Cedarview). 2014-08-20 11:25:52 +03:00
core2 Refactor the tests: put each test case in a separate file 2014-07-15 19:59:35 +03:00
haswell Better support for AVX, AVX2, BMI1 and BMI2 instruction set detection. 2015-04-16 20:54:37 +03:00
nehalem Fix broken tests, where rdtscp in recent Intel chips is missing. 2014-09-23 15:21:02 +03:00
netburst Refactor the tests: put each test case in a separate file 2014-07-15 19:59:35 +03:00
p2 Refactor the tests: put each test case in a separate file 2014-07-15 19:59:35 +03:00
sandy Fix broken tests, where rdtscp in recent Intel chips is missing. 2014-09-23 15:21:02 +03:00