mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
externals: Update xbyak
- Fix on-demand AVX512 on macOS
Merge commit '2f9dea5cc3'
This commit is contained in:
commit
ad9b33164e
19 changed files with 297 additions and 124 deletions
11
externals/xbyak/.github/workflows/main.yml
vendored
Normal file
11
externals/xbyak/.github/workflows/main.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue