parent
5ba21844f6
commit
d77defcca1
@ -244,9 +244,6 @@ macro_rules! vector_impl { ($([$f:ident, $($args:tt)*]),*) => { $($f!($($args)*)
|
||||
#[cfg(not(stage0))] // allow changes to how stdsimd works in stage0
|
||||
mod coresimd;
|
||||
|
||||
#[unstable(feature = "stdsimd", issue = "48556")]
|
||||
#[cfg(not(stage0))]
|
||||
pub use coresimd::simd;
|
||||
#[stable(feature = "simd_arch", since = "1.27.0")]
|
||||
#[cfg(not(stage0))]
|
||||
pub use coresimd::arch;
|
||||
|
@ -532,12 +532,8 @@ mod stdsimd;
|
||||
#[cfg(not(stage0))]
|
||||
mod coresimd {
|
||||
pub use core::arch;
|
||||
pub use core::simd;
|
||||
}
|
||||
|
||||
#[unstable(feature = "stdsimd", issue = "48556")]
|
||||
#[cfg(all(not(stage0), not(test)))]
|
||||
pub use stdsimd::simd;
|
||||
#[stable(feature = "simd_arch", since = "1.27.0")]
|
||||
#[cfg(all(not(stage0), not(test)))]
|
||||
pub use stdsimd::arch;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 886ff388fbbe8798e292431d824a5ff3c3458f4d
|
||||
Subproject commit b9de11ab43090c71ff7ab159a479394df1f968ab
|
@ -15,6 +15,5 @@ const EXPECTED = {
|
||||
{ 'path': 'std', 'name': 'str' },
|
||||
{ 'path': 'std', 'name': 'u8' },
|
||||
{ 'path': 'std::ffi', 'name': 'CStr' },
|
||||
{ 'path': 'std::simd', 'name': 'u8x2' },
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user