diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-03-04 12:13:21 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-04 12:13:21 -0800 |
| commit | 2f2ac9ac47862621774a9e7fa6b6396e14f8b8c7 (patch) | |
| tree | a56cbc5b7fe46e5e6118761d8eb3c8594ff46519 | |
| parent | 1e1bfc715f8dfe36a38d8fae36fcbe92e7463a3f (diff) | |
| download | rust-2f2ac9ac47862621774a9e7fa6b6396e14f8b8c7.tar.gz rust-2f2ac9ac47862621774a9e7fa6b6396e14f8b8c7.zip | |
Include stdsimd in rust-src component
Closes #48734
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 576e5078247..aa0a7c52246 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -810,6 +810,7 @@ impl Step for Src { "src/libterm", "src/jemalloc", "src/libprofiler_builtins", + "src/stdsimd", ]; let std_src_dirs_exclude = [ "src/libcompiler_builtins/compiler-rt/test", |
