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/libstd | |
| 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/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index fec14b8d67d..3c01de2e997 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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; |
