Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubilee
disable portable SIMD tests in Miri Until https://github.com/rust-lang/miri/issues/1912 is resolved, we'll have to skip these tests in Miri.
This commit is contained in:
commit
35dd1f65e9
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg(not(miri))] // Miri does not support all SIMD intrinsics
|
||||
|
||||
use core::simd::f32x4;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue