diff options
| author | bors <bors@rust-lang.org> | 2018-07-21 06:26:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-07-21 06:26:18 +0000 |
| commit | 17eb392cefdcf4b98c47f9ab36742e66a314932f (patch) | |
| tree | 0aa8fbc1e01bd210dae51937f55aabc492b5ba86 /src/libcore | |
| parent | f8f6e7c04d1331574589df298e8651e7104fe2ff (diff) | |
| parent | d77defcca114c14e6bbedc24697ead76a249a567 (diff) | |
| download | rust-17eb392cefdcf4b98c47f9ab36742e66a314932f.tar.gz rust-17eb392cefdcf4b98c47f9ab36742e66a314932f.zip | |
Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum
Update stdsimd to undo an accidental stabilization Closes #52403
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index bbe6ae8619f..72074e1dbce 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -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; |
