summaryrefslogtreecommitdiff
path: root/testsuite/driver/cpu_features.py
Commit message (Collapse)AuthorAgeFilesLines
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-201-3/+1
|
* testsuite: Add predicate for CPU feature availabilityBen Gamari2019-01-271-0/+71
Previously testing code-generation for ISA extensions was nearly impossible since we had no ability to determine whether the host supports the needed extension. Here we fix this by introducing a simple /proc/cpuinfo-based testsuite predicate. We really ought to