diff options
| author | Tyler Lanphear <animemachine13@gmail.com> | 2020-02-01 19:11:33 -0500 |
|---|---|---|
| committer | Tyler Lanphear <animemachine13@gmail.com> | 2020-02-01 22:04:18 -0500 |
| commit | 9fa54e594b371bda6e8a2bb570e645d5aa61820b (patch) | |
| tree | 540267b904101885c6fc059f59aa26ed06184de8 /src/libstd/tests | |
| parent | e5b150edafc0e72cd7f5f3f67a4e8b417d515b01 (diff) | |
| download | rust-9fa54e594b371bda6e8a2bb570e645d5aa61820b.tar.gz rust-9fa54e594b371bda6e8a2bb570e645d5aa61820b.zip | |
stdarch: update submodule.
Diffstat (limited to 'src/libstd/tests')
| -rw-r--r-- | src/libstd/tests/run-time-detect.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/tests/run-time-detect.rs b/src/libstd/tests/run-time-detect.rs index e39cc1eed5e..2e6d1bc8efd 100644 --- a/src/libstd/tests/run-time-detect.rs +++ b/src/libstd/tests/run-time-detect.rs @@ -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) )] |
