externals: Update xbyak

- Fix on-demand AVX512 on macOS

Merge commit '2f9dea5cc3'
This commit is contained in:
MerryMage 2021-03-27 21:08:22 +00:00
commit ad9b33164e
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