Update clean_all.sh for the rename of stdsimd to portable-simd

This commit is contained in:
bjorn3 2021-09-01 17:21:50 +02:00
parent 33b62ae3f3
commit ddaa7459b2

View File

@ -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/