Skip to content

Commit 08e5587

Browse files
committed
remove deprecated targets
1 parent 57b3419 commit 08e5587

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/simple/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ fn link_ispc() {
1212
TargetISA::SSE4i32x4,
1313
TargetISA::AVX1i32x8,
1414
TargetISA::AVX2i32x8,
15-
TargetISA::AVX512KNLi32x16,
16-
TargetISA::AVX512SKXi32x8,
1715
];
1816

1917
#[cfg(target_arch = "aarch64")]

0 commit comments

Comments
 (0)