Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The GitHub Actions x86-64 runners are using ancient Azure instances that lack AVX-512. As a result we can't run x86-64-v4 binaries. As a result we can't perform PGO/BOLT nor run tests using the built interpreter. We recently adopted custom runners. Whatever hardware they are using under the hood appears to support AVX-512 and therefore the x86-64-v4 instruction set. So we're able to enable PGO and running tests. This will theoretically deliver performance wins for the x86-64-v4 builds. But I haven't performed comprehensive testing.
- Loading branch information