Skip to content

Commit 9fa54e5

Browse files
committed
stdarch: update submodule.
1 parent e5b150e commit 9fa54e5

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/libstd/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,6 @@ extern crate libc;
335335
#[allow(unused_extern_crates)]
336336
extern crate unwind;
337337

338-
// Only needed for now for the `std_detect` module until that crate changes to
339-
// use `cfg_if::cfg_if!`
340-
#[macro_use]
341-
#[cfg(not(test))]
342-
extern crate cfg_if;
343-
344338
// During testing, this crate is not actually the "real" std library, but rather
345339
// it links to the real std library, which was compiled from this same source
346340
// code. So any lang items std defines are conditionally excluded (or else they

src/libstd/tests/run-time-detect.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
all(target_arch = "aarch64", any(target_os = "linux", target_os = "android")),
77
all(target_arch = "powerpc", target_os = "linux"),
88
all(target_arch = "powerpc64", target_os = "linux"),
9+
any(target_arch = "x86", target_arch = "x86_64"),
910
),
1011
feature(stdsimd)
1112
)]

src/stdarch

Submodule stdarch updated 64 files

0 commit comments

Comments
 (0)