Skip to content

Commit 67d3e6a

Browse files
authored
Avx512f avx512vl (#988)
1 parent e827214 commit 67d3e6a

File tree

4 files changed

+6268
-1183
lines changed

4 files changed

+6268
-1183
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- thumbv7em-none-eabihf
9191

9292
# macOS targets
93-
- x86_64-apple-darwin
93+
#- x86_64-apple-darwin
9494
# FIXME: gh-actions build environment doesn't have linker support
9595
# - i686-apple-darwin
9696

@@ -134,8 +134,9 @@ jobs:
134134
# os: ubuntu-latest
135135
- target: aarch64-unknown-linux-gnu
136136
os: ubuntu-latest
137-
- target: x86_64-apple-darwin
138-
os: macos-latest
137+
# Temporarily disabled because otool crashes with "Out of memory", seems Github CI issue
138+
#- target: x86_64-apple-darwin
139+
# os: macos-latest
139140
- target: x86_64-pc-windows-msvc
140141
os: windows-latest
141142
- target: i686-pc-windows-msvc

0 commit comments

Comments
 (0)