Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test bit-manipulating primops under respective arch flags like -msse4.2 | Dmitry Ivanov | 2019-02-20 | 1 | -3/+1 |
| | |||||
* | testsuite: Add predicate for CPU feature availability | Ben Gamari | 2019-01-27 | 1 | -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 |