diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-09-01 17:21:50 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-09-01 17:21:50 +0200 |
| commit | ddaa7459b2f6e4a8840f038003417d0b0037b859 (patch) | |
| tree | 17f7d5fc9caba067ba5ee3a39e2969c85701f3ce | |
| parent | 33b62ae3f33b4b7757e12c931a463a08135d5c4c (diff) | |
| download | rust-ddaa7459b2f6e4a8840f038003417d0b0037b859.tar.gz rust-ddaa7459b2f6e4a8840f038003417d0b0037b859.zip | |
Update clean_all.sh for the rename of stdsimd to portable-simd
| -rwxr-xr-x | clean_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_all.sh b/clean_all.sh index 23e5bf2e0a8..865de7d234f 100755 --- a/clean_all.sh +++ b/clean_all.sh @@ -3,4 +3,4 @@ set -e rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version} rm -rf target/ build/ perf.data{,.old} -rm -rf rand/ regex/ simple-raytracer/ stdsimd/ +rm -rf rand/ regex/ simple-raytracer/ portable-simd/ |
