externals: Update xbyak

- Fix on-demand AVX512 on macOS

Merge commit '2f9dea5cc355c266ad46d2f6397b141b99f78480'
This commit is contained in:
MerryMage
2021-03-27 21:08:22 +00:00
19 changed files with 297 additions and 124 deletions

View File

@@ -0,0 +1,11 @@
name: test
on: [push]
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install nasm yasm g++-multilib tcsh
- run: make test