1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests
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
..
amd Better support for AVX, AVX2, BMI1 and BMI2 instruction set detection. 2015-04-16 20:54:37 +03:00
intel Better support for AVX, AVX2, BMI1 and BMI2 instruction set detection. 2015-04-16 20:54:37 +03:00
create_test.py Rename: add_test.py -> create_test.py 2014-07-15 17:56:16 +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 Add to makefile: "make fix-tests" to fix failing tests. 2014-09-23 15:20:27 +03:00