Skip to content

Commit 3556673

Browse files
committed
1 parent eade506 commit 3556673

13 files changed

Lines changed: 76 additions & 284 deletions

.github/workflows/generate-binaries.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Generate binaries
22

3-
on: [workflow_dispatch, push]
3+
on: [workflow_dispatch]
44

55
env:
6-
ISPC_VERSION: 1.24.0
6+
ISPC_VERSION: 1.27.0
77

88
jobs:
99
build-linux:
@@ -40,7 +40,7 @@ jobs:
4040
4141
- uses: actions/upload-artifact@v4
4242
with:
43-
name: ISPC kernels Ubuntu
43+
name: ISPC kernels Linux
4444
path: |
4545
src/ispc/downsample_ispc.rs
4646
src/ispc/lib*.a
@@ -72,7 +72,7 @@ jobs:
7272
7373
- uses: actions/upload-artifact@v4
7474
with:
75-
name: ISPC kernels macOS
75+
name: ISPC kernels Apple
7676
path: |
7777
src/ispc/lib*.a
7878
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
submodules: true
8686

87-
- name: Clean old artifacts before upload globbing
87+
- name: Clean old artifacts
8888
run: Remove-Item src/ispc/*.lib
8989

9090
- name: Prepare Environment

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ fn compile_bindings() {
1212
TargetISA::SSE4i32x4,
1313
TargetISA::AVX1i32x8,
1414
TargetISA::AVX2i32x8,
15-
TargetISA::AVX512KNLi32x16,
16-
TargetISA::AVX512SKXi32x16,
15+
TargetISA::AVX512SKXx16,
1716
],
1817
"arm" | "aarch64" => vec![
1918
// TargetISA::Neoni32x4,

0 commit comments

Comments
 (0)