We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aa24e commit aa918f0Copy full SHA for aa918f0
build_system/tests.rs
@@ -230,13 +230,6 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
230
if runner.is_native {
231
let mut test_cmd = PORTABLE_SIMD.test(&runner.target_compiler, &runner.dirs);
232
test_cmd.arg("-q");
233
- // FIXME remove after portable-simd update
234
- test_cmd
235
- .arg("--")
236
- .arg("--skip")
237
- .arg("core_simd::swizzle::simd_swizzle")
238
239
- .arg("core_simd::vector::Simd<T,N>::lanes");
240
spawn_and_wait(test_cmd);
241
}
242
}),
0 commit comments