Auto merge of #68755 - Tyg13:update_stdarch, r=alexcrichton

Update `rust-lang/stdarch` submodule

Update submodule [rust-lang/stdarch](https://github.com/rust-lang/stdarch/)
This commit is contained in:
bors 2020-02-05 10:39:01 +00:00
commit eda1a7adfc
3 changed files with 2 additions and 7 deletions

View File

@ -334,12 +334,6 @@ extern crate libc;
#[allow(unused_extern_crates)]
extern crate unwind;
// Only needed for now for the `std_detect` module until that crate changes to
// use `cfg_if::cfg_if!`
#[macro_use]
#[cfg(not(test))]
extern crate cfg_if;
// During testing, this crate is not actually the "real" std library, but rather
// it links to the real std library, which was compiled from this same source
// code. So any lang items std defines are conditionally excluded (or else they

View File

@ -6,6 +6,7 @@
all(target_arch = "aarch64", any(target_os = "linux", target_os = "android")),
all(target_arch = "powerpc", target_os = "linux"),
all(target_arch = "powerpc64", target_os = "linux"),
any(target_arch = "x86", target_arch = "x86_64"),
),
feature(stdsimd)
)]

@ -1 +1 @@
Subproject commit e0ab2c165ace03a61139b61f1d9b86b07028850f
Subproject commit dea57529b3695605909e7d327bb6551d7a10c788