New commits:
commit e160dd877124d22bf4fa55193b79797208ce4a09
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: reordered patching and checksums removal, updated patches
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c191318..c5a5d7f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2023-10-12 Pavel Vinogradov <public AT sorcemage.org>
+ * PRE_BUILD: reordered patching and checksums removal
+ * patches/*: updated
+
2023-10-10 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 118.0.2
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 0baadc3..1b30247 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -54,8 +54,8 @@ case "$HOST" in
;;
esac &&
+apply_patch_dir patches &&
+
# clearing all checksums so the patches wouldn't cause troubles
find third_party/rust -name .cargo-checksum.json \
- -exec sed -i -e 's/\("files":{\)[^}]*/\1/' {} \; &&
-
-apply_patch_dir patches
+ -exec sed -i -e 's/\("files":{\)[^}]*/\1/' {} \;
diff --git
a/http/firefox/patches/0003-bmo-847568-Support-system-harfbuzz.patch
b/http/firefox/patches/0003-bmo-847568-Support-system-harfbuzz.patch
index b223c19..573d57a 100644
--- a/http/firefox/patches/0003-bmo-847568-Support-system-harfbuzz.patch
+++ b/http/firefox/patches/0003-bmo-847568-Support-system-harfbuzz.patch
@@ -15,10 +15,10 @@ Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=847568
10 files changed, 40 insertions(+), 1 deletion(-)
b/third_party/rust/packed_simd/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/arm-linux-androideabi/Dockerfile
b/third_party/rust/packed_simd/ci/docker/armv7-linux-androideabi/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/arm-linux-androideabi/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/armv7-linux-androideabi/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
b/third_party/rust/packed_simd/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/i586-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/i586-unknown-linux-gnu/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/i586-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/i586-unknown-linux-gnu/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/i686-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/i686-unknown-linux-gnu/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/i686-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/i686-unknown-linux-gnu/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/mips-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/mips-unknown-linux-gnu/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/mips-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/mips-unknown-linux-gnu/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
b/third_party/rust/packed_simd/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile
b/third_party/rust/packed_simd/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/mipsel-unknown-linux-musl/Dockerfile
b/third_party/rust/packed_simd/ci/docker/mipsel-unknown-linux-musl/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/mipsel-unknown-linux-musl/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/mipsel-unknown-linux-musl/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
+similarity index 96%
+rename from
third_party/rust/packed_simd_2/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
+index 80cfee8..15ba58e 100644
+---
a/third_party/rust/packed_simd_2/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
++++
b/third_party/rust/packed_simd/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
+@@ -1,4 +1,4 @@
+-FROM ubuntu:18.04
++FROM ubuntu:22.04
+
+ RUN apt-get update && apt-get install -y --no-install-recommends \
+ gcc libc6-dev qemu-user ca-certificates \
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
+similarity index 96%
+rename from
third_party/rust/packed_simd_2/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
+index 471a7d9..8034145 100644
+---
a/third_party/rust/packed_simd_2/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
++++
b/third_party/rust/packed_simd/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
+@@ -1,4 +1,4 @@
+-FROM ubuntu:18.04
++FROM ubuntu:22.04
+
+ RUN apt-get update && apt-get install -y --no-install-recommends \
+ gcc libc6-dev qemu-user ca-certificates \
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/s390x-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/s390x-unknown-linux-gnu/Dockerfile
+similarity index 90%
+rename from
third_party/rust/packed_simd_2/ci/docker/s390x-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/s390x-unknown-linux-gnu/Dockerfile
+index c645b0b..e785ca3 100644
+---
a/third_party/rust/packed_simd_2/ci/docker/s390x-unknown-linux-gnu/Dockerfile
++++
b/third_party/rust/packed_simd/ci/docker/s390x-unknown-linux-gnu/Dockerfile
+@@ -1,4 +1,4 @@
+-FROM ubuntu:18.10
++FROM ubuntu:22.04
+
+ RUN apt-get update && \
+ apt-get install -y --no-install-recommends \
+@@ -17,4 +17,4 @@ ENV
CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
+ CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L
/usr/s390x-linux-gnu" \
+ CC_s390x_unknown_linux_gnu=s390x-linux-gnu-gcc \
+ CXX_s390x_unknown_linux_gnu=s390x-linux-gnu-g++ \
+- OBJDUMP=s390x-linux-gnu-objdump
+\ No newline at end of file
++ OBJDUMP=s390x-linux-gnu-objdump
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
+similarity index 92%
+rename from
third_party/rust/packed_simd_2/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
+index fe12af1..c35f4d8 100644
+---
a/third_party/rust/packed_simd_2/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
++++
b/third_party/rust/packed_simd/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
+@@ -1,4 +1,4 @@
+-FROM debian:stretch
++FROM debian:bookworm
+
+ RUN apt-get update && apt-get install -y --no-install-recommends \
+ curl ca-certificates \
+@@ -15,4 +15,4 @@ COPY test-runner-linux /
+ ENV CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_LINKER=sparc64-linux-gnu-gcc \
+ CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_RUNNER="/test-runner-linux
sparc64" \
+ CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
+- PATH=$PATH:/rust/bin
+\ No newline at end of file
++ PATH=$PATH:/rust/bin
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/thumbv7neon-linux-androideabi/Dockerfile
b/third_party/rust/packed_simd/ci/docker/thumbv7neon-linux-androideabi/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/thumbv7neon-linux-androideabi/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/thumbv7neon-linux-androideabi/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile
b/third_party/rust/packed_simd/ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/wasm32-unknown-unknown/Dockerfile
b/third_party/rust/packed_simd/ci/docker/wasm32-unknown-unknown/Dockerfile
+similarity index 86%
+rename from
third_party/rust/packed_simd_2/ci/docker/wasm32-unknown-unknown/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/wasm32-unknown-unknown/Dockerfile
+index bd97170..51ee13e 100644
+---
a/third_party/rust/packed_simd_2/ci/docker/wasm32-unknown-unknown/Dockerfile
++++
b/third_party/rust/packed_simd/ci/docker/wasm32-unknown-unknown/Dockerfile
+@@ -1,4 +1,4 @@
+-FROM ubuntu:18.04
++FROM ubuntu:22.04
+
+ RUN apt-get update -y && apt-get install -y --no-install-recommends \
+ ca-certificates \
+@@ -8,7 +8,8 @@ RUN apt-get update -y && apt-get install -y
--no-install-recommends \
+ git \
+ libc6-dev \
+ make \
+- python \
++ ninja-build \
++ python-is-python3 \
+ xz-utils
+
+ # Install `wasm2wat`
+@@ -17,10 +18,10 @@ RUN make -C wabt -j$(nproc)
+ ENV PATH=$PATH:/wabt/bin
+
+ # Install `wasm-bindgen-test-runner`
+-RUN curl -L https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.73/wasm-bindgen-0.2.73-x86_64-unknown-linux-musl.tar.gz
\
++RUN curl -L https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.87/wasm-bindgen-0.2.87-x86_64-unknown-linux-musl.tar.gz
\
+ | tar xzf -
+ # Keep in sync with the version on Cargo.toml.
+-ENV PATH=$PATH:/wasm-bindgen-0.2.73-x86_64-unknown-linux-musl
++ENV PATH=$PATH:/wasm-bindgen-0.2.87-x86_64-unknown-linux-musl
+ ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner
+
+ # Install `node`
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/x86_64-linux-android/Dockerfile
b/third_party/rust/packed_simd/ci/docker/x86_64-linux-android/Dockerfile
+similarity index 62%
+rename from
third_party/rust/packed_simd_2/ci/docker/x86_64-linux-android/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/x86_64-linux-android/Dockerfile
+index d52dd45..785936d 100644
+---
a/third_party/rust/packed_simd_2/ci/docker/x86_64-linux-android/Dockerfile
++++ b/third_party/rust/packed_simd/ci/docker/x86_64-linux-android/Dockerfile
+@@ -1,4 +1,4 @@
+-FROM ubuntu:16.04
++FROM ubuntu:20.04
+
+ RUN apt-get update && \
+ apt-get install -y --no-install-recommends \
+@@ -14,16 +14,18 @@ RUN apt-get update && \
+ WORKDIR /android/
+ ENV ANDROID_ARCH=x86_64
+ COPY android-install-ndk.sh /android/
+-RUN sh /android/android-install-ndk.sh $ANDROID_ARCH
++RUN sh /android/android-install-ndk.sh
++
++ENV STDARCH_ASSERT_INSTR_LIMIT=30
+
+ # We do not run x86_64-linux-android tests on an android emulator.
+ # See ci/android-sysimage.sh for informations about how tests are run.
+ COPY android-sysimage.sh /android/
+ RUN bash /android/android-sysimage.sh x86_64 x86_64-24_r07.zip
+
+-ENV PATH=$PATH:/rust/bin:/android/ndk-$ANDROID_ARCH/bin \
+- CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER=x86_64-linux-android-gcc \
+- CC_x86_64_linux_android=x86_64-linux-android-gcc \
+- CXX_x86_64_linux_android=x86_64-linux-android-g++ \
+- OBJDUMP=x86_64-linux-android-objdump \
++ENV
PATH=$PATH:/rust/bin:/android/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin \
++ CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER=x86_64-linux-android21-clang \
++ CC_x86_64_linux_android=x86_64-linux-android21-clang \
++ CXX_x86_64_linux_android=x86_64-linux-android21-clang++ \
++ OBJDUMP=llvm-objdump \
+ HOME=/tmp
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile
b/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile
+diff --git
a/third_party/rust/packed_simd_2/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
b/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
+rename to
third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
+diff --git a/third_party/rust/packed_simd_2/ci/dox.sh
b/third_party/rust/packed_simd/ci/dox.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/dox.sh
+rename to third_party/rust/packed_simd/ci/dox.sh
+diff --git a/third_party/rust/packed_simd_2/ci/linux-s390x.sh
b/third_party/rust/packed_simd/ci/linux-s390x.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/linux-s390x.sh
+rename to third_party/rust/packed_simd/ci/linux-s390x.sh
+diff --git a/third_party/rust/packed_simd_2/ci/linux-sparc64.sh
b/third_party/rust/packed_simd/ci/linux-sparc64.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/linux-sparc64.sh
+rename to third_party/rust/packed_simd/ci/linux-sparc64.sh
+diff --git a/third_party/rust/packed_simd_2/ci/lld-shim.rs
b/third_party/rust/packed_simd/ci/lld-shim.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/lld-shim.rs
+rename to third_party/rust/packed_simd/ci/lld-shim.rs
+diff --git a/third_party/rust/packed_simd_2/ci/max_line_width.sh
b/third_party/rust/packed_simd/ci/max_line_width.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/max_line_width.sh
+rename to third_party/rust/packed_simd/ci/max_line_width.sh
+diff --git a/third_party/rust/packed_simd_2/ci/run-docker.sh
b/third_party/rust/packed_simd/ci/run-docker.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/run-docker.sh
+rename to third_party/rust/packed_simd/ci/run-docker.sh
+diff --git a/third_party/rust/packed_simd_2/ci/run.sh
b/third_party/rust/packed_simd/ci/run.sh
+similarity index 96%
+rename from third_party/rust/packed_simd_2/ci/run.sh
+rename to third_party/rust/packed_simd/ci/run.sh
+index 428a5d8..b1b22eb 100755
+--- a/third_party/rust/packed_simd_2/ci/run.sh
++++ b/third_party/rust/packed_simd/ci/run.sh
+@@ -95,4 +95,5 @@ if [[ "${NOVERIFY}" != "1" ]]; then
+ cargo_test --release --manifest-path=target/verify/Cargo.toml
+ fi
+
+-. ci/run_examples.sh
++# FIXME: Figure out which examples take too long to run and ignore or
adjust those
++#. ci/run_examples.sh
+diff --git a/third_party/rust/packed_simd_2/ci/run_examples.sh
b/third_party/rust/packed_simd/ci/run_examples.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/run_examples.sh
+rename to third_party/rust/packed_simd/ci/run_examples.sh
+diff --git a/third_party/rust/packed_simd_2/ci/runtest-android.rs
b/third_party/rust/packed_simd/ci/runtest-android.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/runtest-android.rs
+rename to third_party/rust/packed_simd/ci/runtest-android.rs
+diff --git a/third_party/rust/packed_simd_2/ci/setup_benchmarks.sh
b/third_party/rust/packed_simd/ci/setup_benchmarks.sh
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/setup_benchmarks.sh
+rename to third_party/rust/packed_simd/ci/setup_benchmarks.sh
+diff --git a/third_party/rust/packed_simd_2/ci/test-runner-linux
b/third_party/rust/packed_simd/ci/test-runner-linux
+similarity index 100%
+rename from third_party/rust/packed_simd_2/ci/test-runner-linux
+rename to third_party/rust/packed_simd/ci/test-runner-linux
+diff --git a/third_party/rust/packed_simd_2/contributing.md
b/third_party/rust/packed_simd/contributing.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/contributing.md
+rename to third_party/rust/packed_simd/contributing.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/.gitignore
b/third_party/rust/packed_simd/perf-guide/.gitignore
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/.gitignore
+rename to third_party/rust/packed_simd/perf-guide/.gitignore
+diff --git a/third_party/rust/packed_simd_2/perf-guide/book.toml
b/third_party/rust/packed_simd/perf-guide/book.toml
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/book.toml
+rename to third_party/rust/packed_simd/perf-guide/book.toml
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/SUMMARY.md
b/third_party/rust/packed_simd/perf-guide/src/SUMMARY.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/SUMMARY.md
+rename to third_party/rust/packed_simd/perf-guide/src/SUMMARY.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/ascii.css
b/third_party/rust/packed_simd/perf-guide/src/ascii.css
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/ascii.css
+rename to third_party/rust/packed_simd/perf-guide/src/ascii.css
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/bound_checks.md
b/third_party/rust/packed_simd/perf-guide/src/bound_checks.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/bound_checks.md
+rename to third_party/rust/packed_simd/perf-guide/src/bound_checks.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/float-math/approx.md
b/third_party/rust/packed_simd/perf-guide/src/float-math/approx.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/float-math/approx.md
+rename to third_party/rust/packed_simd/perf-guide/src/float-math/approx.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/float-math/fma.md
b/third_party/rust/packed_simd/perf-guide/src/float-math/fma.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/float-math/fma.md
+rename to third_party/rust/packed_simd/perf-guide/src/float-math/fma.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/float-math/fp.md
b/third_party/rust/packed_simd/perf-guide/src/float-math/fp.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/float-math/fp.md
+rename to third_party/rust/packed_simd/perf-guide/src/float-math/fp.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/float-math/svml.md
b/third_party/rust/packed_simd/perf-guide/src/float-math/svml.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/float-math/svml.md
+rename to third_party/rust/packed_simd/perf-guide/src/float-math/svml.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/introduction.md
b/third_party/rust/packed_simd/perf-guide/src/introduction.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/introduction.md
+rename to third_party/rust/packed_simd/perf-guide/src/introduction.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/prof/linux.md
b/third_party/rust/packed_simd/perf-guide/src/prof/linux.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/prof/linux.md
+rename to third_party/rust/packed_simd/perf-guide/src/prof/linux.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/prof/mca.md
b/third_party/rust/packed_simd/perf-guide/src/prof/mca.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/prof/mca.md
+rename to third_party/rust/packed_simd/perf-guide/src/prof/mca.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/prof/profiling.md
b/third_party/rust/packed_simd/perf-guide/src/prof/profiling.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/prof/profiling.md
+rename to third_party/rust/packed_simd/perf-guide/src/prof/profiling.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/target-feature/attribute.md
b/third_party/rust/packed_simd/perf-guide/src/target-feature/attribute.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/target-feature/attribute.md
+rename to
third_party/rust/packed_simd/perf-guide/src/target-feature/attribute.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/target-feature/features.md
b/third_party/rust/packed_simd/perf-guide/src/target-feature/features.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/target-feature/features.md
+rename to
third_party/rust/packed_simd/perf-guide/src/target-feature/features.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/target-feature/inlining.md
b/third_party/rust/packed_simd/perf-guide/src/target-feature/inlining.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/target-feature/inlining.md
+rename to
third_party/rust/packed_simd/perf-guide/src/target-feature/inlining.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/target-feature/practice.md
b/third_party/rust/packed_simd/perf-guide/src/target-feature/practice.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/target-feature/practice.md
+rename to
third_party/rust/packed_simd/perf-guide/src/target-feature/practice.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/target-feature/runtime.md
b/third_party/rust/packed_simd/perf-guide/src/target-feature/runtime.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/target-feature/runtime.md
+rename to
third_party/rust/packed_simd/perf-guide/src/target-feature/runtime.md
+diff --git
a/third_party/rust/packed_simd_2/perf-guide/src/target-feature/rustflags.md
b/third_party/rust/packed_simd/perf-guide/src/target-feature/rustflags.md
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/perf-guide/src/target-feature/rustflags.md
+rename to
third_party/rust/packed_simd/perf-guide/src/target-feature/rustflags.md
+diff --git a/third_party/rust/packed_simd_2/perf-guide/src/vert-hor-ops.md
b/third_party/rust/packed_simd/perf-guide/src/vert-hor-ops.md
+similarity index 100%
+rename from third_party/rust/packed_simd_2/perf-guide/src/vert-hor-ops.md
+rename to third_party/rust/packed_simd/perf-guide/src/vert-hor-ops.md
+diff --git a/third_party/rust/packed_simd_2/rustfmt.toml
b/third_party/rust/packed_simd/rustfmt.toml
+similarity index 100%
+rename from third_party/rust/packed_simd_2/rustfmt.toml
+rename to third_party/rust/packed_simd/rustfmt.toml
+diff --git a/third_party/rust/packed_simd_2/src/api.rs
b/third_party/rust/packed_simd/src/api.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api.rs
+rename to third_party/rust/packed_simd/src/api.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/bit_manip.rs
b/third_party/rust/packed_simd/src/api/bit_manip.rs
+similarity index 99%
+rename from third_party/rust/packed_simd_2/src/api/bit_manip.rs
+rename to third_party/rust/packed_simd/src/api/bit_manip.rs
+index 6d88657..c1e90bb 100644
+--- a/third_party/rust/packed_simd_2/src/api/bit_manip.rs
++++ b/third_party/rust/packed_simd/src/api/bit_manip.rs
+@@ -34,7 +34,7 @@ macro_rules! impl_bit_manip {
+
+ test_if! {
+ $test_tt:
+- paste::item_with_macros! {
++ paste::item! {
+ #[allow(overflowing_literals)]
+ pub mod [<$id _bit_manip>] {
+ #![allow(const_item_mutation)]
+diff --git a/third_party/rust/packed_simd_2/src/api/bitmask.rs
b/third_party/rust/packed_simd/src/api/bitmask.rs
+similarity index 91%
+rename from third_party/rust/packed_simd_2/src/api/bitmask.rs
+rename to third_party/rust/packed_simd/src/api/bitmask.rs
+index a06ff0f..8f4868f 100644
+--- a/third_party/rust/packed_simd_2/src/api/bitmask.rs
++++ b/third_party/rust/packed_simd/src/api/bitmask.rs
+@@ -17,13 +17,10 @@ macro_rules! impl_bitmask {
+ test_if! {
+ $test_tt:
+ paste::item! {
+- #[cfg(not(any(
++ #[cfg(not(
+ // FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/210
+- all(target_arch = "mips", target_endian = "big"),
+- all(target_arch = "mips64", target_endian = "big"),
+- target_arch = "sparc64",
+- target_arch = "s390x",
+- )))]
++ target_endian = "big"
++ ))]
+ pub mod [<$id _bitmask>] {
+ use super::*;
+ #[cfg_attr(not(target_arch = "wasm32"), test)]
+diff --git a/third_party/rust/packed_simd_2/src/api/cast.rs
b/third_party/rust/packed_simd/src/api/cast.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast.rs
+rename to third_party/rust/packed_simd/src/api/cast.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/macros.rs
b/third_party/rust/packed_simd/src/api/cast/macros.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/macros.rs
+rename to third_party/rust/packed_simd/src/api/cast/macros.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/v128.rs
b/third_party/rust/packed_simd/src/api/cast/v128.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/v128.rs
+rename to third_party/rust/packed_simd/src/api/cast/v128.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/v16.rs
b/third_party/rust/packed_simd/src/api/cast/v16.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/v16.rs
+rename to third_party/rust/packed_simd/src/api/cast/v16.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/v256.rs
b/third_party/rust/packed_simd/src/api/cast/v256.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/v256.rs
+rename to third_party/rust/packed_simd/src/api/cast/v256.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/v32.rs
b/third_party/rust/packed_simd/src/api/cast/v32.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/v32.rs
+rename to third_party/rust/packed_simd/src/api/cast/v32.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/v512.rs
b/third_party/rust/packed_simd/src/api/cast/v512.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/v512.rs
+rename to third_party/rust/packed_simd/src/api/cast/v512.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cast/v64.rs
b/third_party/rust/packed_simd/src/api/cast/v64.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cast/v64.rs
+rename to third_party/rust/packed_simd/src/api/cast/v64.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cmp.rs
b/third_party/rust/packed_simd/src/api/cmp.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cmp.rs
+rename to third_party/rust/packed_simd/src/api/cmp.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cmp/eq.rs
b/third_party/rust/packed_simd/src/api/cmp/eq.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cmp/eq.rs
+rename to third_party/rust/packed_simd/src/api/cmp/eq.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cmp/ord.rs
b/third_party/rust/packed_simd/src/api/cmp/ord.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cmp/ord.rs
+rename to third_party/rust/packed_simd/src/api/cmp/ord.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cmp/partial_eq.rs
b/third_party/rust/packed_simd/src/api/cmp/partial_eq.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cmp/partial_eq.rs
+rename to third_party/rust/packed_simd/src/api/cmp/partial_eq.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cmp/partial_ord.rs
b/third_party/rust/packed_simd/src/api/cmp/partial_ord.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cmp/partial_ord.rs
+rename to third_party/rust/packed_simd/src/api/cmp/partial_ord.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/cmp/vertical.rs
b/third_party/rust/packed_simd/src/api/cmp/vertical.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/cmp/vertical.rs
+rename to third_party/rust/packed_simd/src/api/cmp/vertical.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/default.rs
b/third_party/rust/packed_simd/src/api/default.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/default.rs
+rename to third_party/rust/packed_simd/src/api/default.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/fmt.rs
b/third_party/rust/packed_simd/src/api/fmt.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/fmt.rs
+rename to third_party/rust/packed_simd/src/api/fmt.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/fmt/binary.rs
b/third_party/rust/packed_simd/src/api/fmt/binary.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/fmt/binary.rs
+rename to third_party/rust/packed_simd/src/api/fmt/binary.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/fmt/debug.rs
b/third_party/rust/packed_simd/src/api/fmt/debug.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/fmt/debug.rs
+rename to third_party/rust/packed_simd/src/api/fmt/debug.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/fmt/lower_hex.rs
b/third_party/rust/packed_simd/src/api/fmt/lower_hex.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/fmt/lower_hex.rs
+rename to third_party/rust/packed_simd/src/api/fmt/lower_hex.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/fmt/octal.rs
b/third_party/rust/packed_simd/src/api/fmt/octal.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/fmt/octal.rs
+rename to third_party/rust/packed_simd/src/api/fmt/octal.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/fmt/upper_hex.rs
b/third_party/rust/packed_simd/src/api/fmt/upper_hex.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/fmt/upper_hex.rs
+rename to third_party/rust/packed_simd/src/api/fmt/upper_hex.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/from.rs
b/third_party/rust/packed_simd/src/api/from.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/from.rs
+rename to third_party/rust/packed_simd/src/api/from.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/from/from_array.rs
b/third_party/rust/packed_simd/src/api/from/from_array.rs
+similarity index 99%
+rename from third_party/rust/packed_simd_2/src/api/from/from_array.rs
+rename to third_party/rust/packed_simd/src/api/from/from_array.rs
+index b83f938..5c7801d 100644
+--- a/third_party/rust/packed_simd_2/src/api/from/from_array.rs
++++ b/third_party/rust/packed_simd/src/api/from/from_array.rs
+@@ -61,6 +61,7 @@ macro_rules! impl_from_array {
+ mod [<$id _from>] {
+ use super::*;
+ #[test]
++ #[cfg_attr(miri, ignore)]
+ fn array() {
+ let vec: $id = Default::default();
+
+diff --git a/third_party/rust/packed_simd_2/src/api/from/from_vector.rs
b/third_party/rust/packed_simd/src/api/from/from_vector.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/from/from_vector.rs
+rename to third_party/rust/packed_simd/src/api/from/from_vector.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/hash.rs
b/third_party/rust/packed_simd/src/api/hash.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/hash.rs
+rename to third_party/rust/packed_simd/src/api/hash.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits.rs
b/third_party/rust/packed_simd/src/api/into_bits.rs
+similarity index 91%
+rename from third_party/rust/packed_simd_2/src/api/into_bits.rs
+rename to third_party/rust/packed_simd/src/api/into_bits.rs
+index 32b6d2d..03fbe4b 100644
+--- a/third_party/rust/packed_simd_2/src/api/into_bits.rs
++++ b/third_party/rust/packed_simd/src/api/into_bits.rs
+@@ -1,12 +1,14 @@
+ //! Implementation of `FromBits` and `IntoBits`.
+
+ /// Safe lossless bitwise conversion from `T` to `Self`.
++#[cfg_attr(doc_cfg, doc(cfg(feature = "into_bits")))]
+ pub trait FromBits<T>: crate::marker::Sized {
+ /// Safe lossless bitwise transmute from `T` to `Self`.
+ fn from_bits(t: T) -> Self;
+ }
+
+ /// Safe lossless bitwise conversion from `Self` to `T`.
++#[cfg_attr(doc_cfg, doc(cfg(feature = "into_bits")))]
+ pub trait IntoBits<T>: crate::marker::Sized {
+ /// Safe lossless bitwise transmute from `self` to `T`.
+ fn into_bits(self) -> T;
+diff --git
a/third_party/rust/packed_simd_2/src/api/into_bits/arch_specific.rs
b/third_party/rust/packed_simd/src/api/into_bits/arch_specific.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/arch_specific.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/arch_specific.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/macros.rs
b/third_party/rust/packed_simd/src/api/into_bits/macros.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/macros.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/macros.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/v128.rs
b/third_party/rust/packed_simd/src/api/into_bits/v128.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/v128.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/v128.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/v16.rs
b/third_party/rust/packed_simd/src/api/into_bits/v16.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/v16.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/v16.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/v256.rs
b/third_party/rust/packed_simd/src/api/into_bits/v256.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/v256.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/v256.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/v32.rs
b/third_party/rust/packed_simd/src/api/into_bits/v32.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/v32.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/v32.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/v512.rs
b/third_party/rust/packed_simd/src/api/into_bits/v512.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/v512.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/v512.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/into_bits/v64.rs
b/third_party/rust/packed_simd/src/api/into_bits/v64.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/into_bits/v64.rs
+rename to third_party/rust/packed_simd/src/api/into_bits/v64.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math.rs
b/third_party/rust/packed_simd/src/api/math.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math.rs
+rename to third_party/rust/packed_simd/src/api/math.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float.rs
b/third_party/rust/packed_simd/src/api/math/float.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float.rs
+rename to third_party/rust/packed_simd/src/api/math/float.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/abs.rs
b/third_party/rust/packed_simd/src/api/math/float/abs.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/abs.rs
+rename to third_party/rust/packed_simd/src/api/math/float/abs.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/consts.rs
b/third_party/rust/packed_simd/src/api/math/float/consts.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/consts.rs
+rename to third_party/rust/packed_simd/src/api/math/float/consts.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/cos.rs
b/third_party/rust/packed_simd/src/api/math/float/cos.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/cos.rs
+rename to third_party/rust/packed_simd/src/api/math/float/cos.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/exp.rs
b/third_party/rust/packed_simd/src/api/math/float/exp.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/exp.rs
+rename to third_party/rust/packed_simd/src/api/math/float/exp.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/ln.rs
b/third_party/rust/packed_simd/src/api/math/float/ln.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/ln.rs
+rename to third_party/rust/packed_simd/src/api/math/float/ln.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/mul_add.rs
b/third_party/rust/packed_simd/src/api/math/float/mul_add.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/mul_add.rs
+rename to third_party/rust/packed_simd/src/api/math/float/mul_add.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/mul_adde.rs
b/third_party/rust/packed_simd/src/api/math/float/mul_adde.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/mul_adde.rs
+rename to third_party/rust/packed_simd/src/api/math/float/mul_adde.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/powf.rs
b/third_party/rust/packed_simd/src/api/math/float/powf.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/powf.rs
+rename to third_party/rust/packed_simd/src/api/math/float/powf.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/recpre.rs
b/third_party/rust/packed_simd/src/api/math/float/recpre.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/recpre.rs
+rename to third_party/rust/packed_simd/src/api/math/float/recpre.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/rsqrte.rs
b/third_party/rust/packed_simd/src/api/math/float/rsqrte.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/rsqrte.rs
+rename to third_party/rust/packed_simd/src/api/math/float/rsqrte.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/sin.rs
b/third_party/rust/packed_simd/src/api/math/float/sin.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/sin.rs
+rename to third_party/rust/packed_simd/src/api/math/float/sin.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/sqrt.rs
b/third_party/rust/packed_simd/src/api/math/float/sqrt.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/sqrt.rs
+rename to third_party/rust/packed_simd/src/api/math/float/sqrt.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/math/float/sqrte.rs
b/third_party/rust/packed_simd/src/api/math/float/sqrte.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/math/float/sqrte.rs
+rename to third_party/rust/packed_simd/src/api/math/float/sqrte.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/minimal.rs
b/third_party/rust/packed_simd/src/api/minimal.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/minimal.rs
+rename to third_party/rust/packed_simd/src/api/minimal.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/minimal/iuf.rs
b/third_party/rust/packed_simd/src/api/minimal/iuf.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/minimal/iuf.rs
+rename to third_party/rust/packed_simd/src/api/minimal/iuf.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/minimal/mask.rs
b/third_party/rust/packed_simd/src/api/minimal/mask.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/minimal/mask.rs
+rename to third_party/rust/packed_simd/src/api/minimal/mask.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/minimal/ptr.rs
b/third_party/rust/packed_simd/src/api/minimal/ptr.rs
+similarity index 99%
+rename from third_party/rust/packed_simd_2/src/api/minimal/ptr.rs
+rename to third_party/rust/packed_simd/src/api/minimal/ptr.rs
+index c3d61fb..d9e47c9 100644
+--- a/third_party/rust/packed_simd_2/src/api/minimal/ptr.rs
++++ b/third_party/rust/packed_simd/src/api/minimal/ptr.rs
+@@ -583,7 +583,7 @@ macro_rules! impl_minimal_p {
+ pub fn from_slice_aligned(slice: &[$elem_ty]) -> Self {
+ unsafe {
+ assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked(0) as *const
$elem_ty;
++ let target_ptr = slice.as_ptr();
+ assert!(
+
target_ptr.align_offset(crate::mem::align_of::<Self>())
+ == 0
+@@ -615,7 +615,7 @@ macro_rules! impl_minimal_p {
+ pub unsafe fn from_slice_aligned_unchecked(slice: &[$elem_ty])
+ -> Self {
+ #[allow(clippy::cast_ptr_alignment)]
+- *(slice.get_unchecked(0) as *const $elem_ty as *const Self)
++ *(slice.as_ptr().cast())
+ }
+
+ /// Instantiates a new vector with the values of the `slice`.
+@@ -628,8 +628,7 @@ macro_rules! impl_minimal_p {
+ slice: &[$elem_ty],
+ ) -> Self {
+ use crate::mem::size_of;
+- let target_ptr =
+- slice.get_unchecked(0) as *const $elem_ty as *const u8;
++ let target_ptr = slice.as_ptr().cast();
+ let mut x = Self::splat(crate::ptr::null_mut() as $elem_ty);
+ let self_ptr = &mut x as *mut Self as *mut u8;
+ crate::ptr::copy_nonoverlapping(
+@@ -798,8 +797,7 @@ macro_rules! impl_minimal_p {
+ pub fn write_to_slice_aligned(self, slice: &mut [$elem_ty]) {
+ unsafe {
+ assert!(slice.len() >= $elem_count);
+- let target_ptr =
+- slice.get_unchecked_mut(0) as *mut $elem_ty;
++ let target_ptr = slice.as_mut_ptr();
+ assert!(
+
target_ptr.align_offset(crate::mem::align_of::<Self>())
+ == 0
+@@ -833,8 +831,7 @@ macro_rules! impl_minimal_p {
+ self, slice: &mut [$elem_ty],
+ ) {
+ #[allow(clippy::cast_ptr_alignment)]
+- *(slice.get_unchecked_mut(0) as *mut $elem_ty as *mut Self)
=
+- self;
++ *(slice.as_mut_ptr().cast()) = self;
+ }
+
+ /// Writes the values of the vector to the `slice`.
+@@ -846,8 +843,7 @@ macro_rules! impl_minimal_p {
+ pub unsafe fn write_to_slice_unaligned_unchecked(
+ self, slice: &mut [$elem_ty],
+ ) {
+- let target_ptr =
+- slice.get_unchecked_mut(0) as *mut $elem_ty as *mut u8;
++ let target_ptr = slice.as_mut_ptr().cast();
+ let self_ptr = &self as *const Self as *const u8;
+ crate::ptr::copy_nonoverlapping(
+ self_ptr,
+diff --git a/third_party/rust/packed_simd_2/src/api/ops.rs
b/third_party/rust/packed_simd/src/api/ops.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops.rs
+rename to third_party/rust/packed_simd/src/api/ops.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/scalar_arithmetic.rs
b/third_party/rust/packed_simd/src/api/ops/scalar_arithmetic.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/scalar_arithmetic.rs
+rename to third_party/rust/packed_simd/src/api/ops/scalar_arithmetic.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/scalar_bitwise.rs
b/third_party/rust/packed_simd/src/api/ops/scalar_bitwise.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/scalar_bitwise.rs
+rename to third_party/rust/packed_simd/src/api/ops/scalar_bitwise.rs
+diff --git
a/third_party/rust/packed_simd_2/src/api/ops/scalar_mask_bitwise.rs
b/third_party/rust/packed_simd/src/api/ops/scalar_mask_bitwise.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/scalar_mask_bitwise.rs
+rename to third_party/rust/packed_simd/src/api/ops/scalar_mask_bitwise.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/scalar_shifts.rs
b/third_party/rust/packed_simd/src/api/ops/scalar_shifts.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/scalar_shifts.rs
+rename to third_party/rust/packed_simd/src/api/ops/scalar_shifts.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/vector_arithmetic.rs
b/third_party/rust/packed_simd/src/api/ops/vector_arithmetic.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_arithmetic.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_arithmetic.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/vector_bitwise.rs
b/third_party/rust/packed_simd/src/api/ops/vector_bitwise.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_bitwise.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_bitwise.rs
+diff --git
a/third_party/rust/packed_simd_2/src/api/ops/vector_float_min_max.rs
b/third_party/rust/packed_simd/src/api/ops/vector_float_min_max.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/api/ops/vector_float_min_max.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_float_min_max.rs
+diff --git
a/third_party/rust/packed_simd_2/src/api/ops/vector_int_min_max.rs
b/third_party/rust/packed_simd/src/api/ops/vector_int_min_max.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_int_min_max.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_int_min_max.rs
+diff --git
a/third_party/rust/packed_simd_2/src/api/ops/vector_mask_bitwise.rs
b/third_party/rust/packed_simd/src/api/ops/vector_mask_bitwise.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_mask_bitwise.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_mask_bitwise.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/vector_neg.rs
b/third_party/rust/packed_simd/src/api/ops/vector_neg.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_neg.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_neg.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/vector_rotates.rs
b/third_party/rust/packed_simd/src/api/ops/vector_rotates.rs
+similarity index 97%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_rotates.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_rotates.rs
+index 147fc2e..6c4bed7 100644
+--- a/third_party/rust/packed_simd_2/src/api/ops/vector_rotates.rs
++++ b/third_party/rust/packed_simd/src/api/ops/vector_rotates.rs
+@@ -23,8 +23,8 @@ macro_rules! impl_ops_vector_rotates {
+ /// amount in the corresponding lane of `n`, wrapping the
+ /// truncated bits to the beginning of the resulting integer.
+ ///
+- /// Note: this is neither the same operation as `<<` nor
equivalent
+- /// to `slice::rotate_left`.
++ /// Note: this is neither the same operation as `>>` nor
equivalent
++ /// to `slice::rotate_right`.
+ #[inline]
+ pub fn rotate_right(self, n: $id) -> $id {
+ const LANE_WIDTH: $elem_ty =
+diff --git a/third_party/rust/packed_simd_2/src/api/ops/vector_shifts.rs
b/third_party/rust/packed_simd/src/api/ops/vector_shifts.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ops/vector_shifts.rs
+rename to third_party/rust/packed_simd/src/api/ops/vector_shifts.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ptr.rs
b/third_party/rust/packed_simd/src/api/ptr.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ptr.rs
+rename to third_party/rust/packed_simd/src/api/ptr.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/ptr/gather_scatter.rs
b/third_party/rust/packed_simd/src/api/ptr/gather_scatter.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/ptr/gather_scatter.rs
+rename to third_party/rust/packed_simd/src/api/ptr/gather_scatter.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/reductions.rs
b/third_party/rust/packed_simd/src/api/reductions.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/reductions.rs
+rename to third_party/rust/packed_simd/src/api/reductions.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/reductions/bitwise.rs
b/third_party/rust/packed_simd/src/api/reductions/bitwise.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/reductions/bitwise.rs
+rename to third_party/rust/packed_simd/src/api/reductions/bitwise.rs
+diff --git
a/third_party/rust/packed_simd_2/src/api/reductions/float_arithmetic.rs
b/third_party/rust/packed_simd/src/api/reductions/float_arithmetic.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/api/reductions/float_arithmetic.rs
+rename to third_party/rust/packed_simd/src/api/reductions/float_arithmetic.rs
+diff --git
a/third_party/rust/packed_simd_2/src/api/reductions/integer_arithmetic.rs
b/third_party/rust/packed_simd/src/api/reductions/integer_arithmetic.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/api/reductions/integer_arithmetic.rs
+rename to
third_party/rust/packed_simd/src/api/reductions/integer_arithmetic.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/reductions/mask.rs
b/third_party/rust/packed_simd/src/api/reductions/mask.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/reductions/mask.rs
+rename to third_party/rust/packed_simd/src/api/reductions/mask.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/reductions/min_max.rs
b/third_party/rust/packed_simd/src/api/reductions/min_max.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/reductions/min_max.rs
+rename to third_party/rust/packed_simd/src/api/reductions/min_max.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/select.rs
b/third_party/rust/packed_simd/src/api/select.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/select.rs
+rename to third_party/rust/packed_simd/src/api/select.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/shuffle.rs
b/third_party/rust/packed_simd/src/api/shuffle.rs
+similarity index 99%
+rename from third_party/rust/packed_simd_2/src/api/shuffle.rs
+rename to third_party/rust/packed_simd/src/api/shuffle.rs
+index fda29cc..1c17bd7 100644
+--- a/third_party/rust/packed_simd_2/src/api/shuffle.rs
++++ b/third_party/rust/packed_simd/src/api/shuffle.rs
+@@ -27,7 +27,7 @@
+ /// Shuffling elements of two vectors:
+ ///
+ /// ```
+-/// # use packed_simd_2::*;
++/// # use packed_simd::*;
+ /// # fn main() {
+ /// // Shuffle allows reordering the elements:
+ /// let x = i32x4::new(1, 2, 3, 4);
+@@ -49,7 +49,7 @@
+ /// Shuffling elements of one vector:
+ ///
+ /// ```
+-/// # use packed_simd_2::*;
++/// # use packed_simd::*;
+ /// # fn main() {
+ /// // Shuffle allows reordering the elements of a vector:
+ /// let x = i32x4::new(1, 2, 3, 4);
+diff --git a/third_party/rust/packed_simd_2/src/api/shuffle1_dyn.rs
b/third_party/rust/packed_simd/src/api/shuffle1_dyn.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/shuffle1_dyn.rs
+rename to third_party/rust/packed_simd/src/api/shuffle1_dyn.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/slice.rs
b/third_party/rust/packed_simd/src/api/slice.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/api/slice.rs
+rename to third_party/rust/packed_simd/src/api/slice.rs
+diff --git a/third_party/rust/packed_simd_2/src/api/slice/from_slice.rs
b/third_party/rust/packed_simd/src/api/slice/from_slice.rs
+similarity index 97%
+rename from third_party/rust/packed_simd_2/src/api/slice/from_slice.rs
+rename to third_party/rust/packed_simd/src/api/slice/from_slice.rs
+index 50f3914..cafd6f8 100644
+--- a/third_party/rust/packed_simd_2/src/api/slice/from_slice.rs
++++ b/third_party/rust/packed_simd/src/api/slice/from_slice.rs
+@@ -13,7 +13,7 @@ macro_rules! impl_slice_from_slice {
+ pub fn from_slice_aligned(slice: &[$elem_ty]) -> Self {
+ unsafe {
+ assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked(0) as *const
$elem_ty;
++ let target_ptr = slice.as_ptr();
+
assert_eq!(target_ptr.align_offset(crate::mem::align_of::<Self>()), 0);
+ Self::from_slice_aligned_unchecked(slice)
+ }
+@@ -41,7 +41,7 @@ macro_rules! impl_slice_from_slice {
+ #[inline]
+ pub unsafe fn from_slice_aligned_unchecked(slice: &[$elem_ty])
-> Self {
+ debug_assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked(0) as *const $elem_ty;
++ let target_ptr = slice.as_ptr();
+
debug_assert_eq!(target_ptr.align_offset(crate::mem::align_of::<Self>()), 0);
+
+ #[allow(clippy::cast_ptr_alignment)]
+@@ -57,7 +57,7 @@ macro_rules! impl_slice_from_slice {
+ pub unsafe fn from_slice_unaligned_unchecked(slice:
&[$elem_ty]) -> Self {
+ use crate::mem::size_of;
+ debug_assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked(0) as *const $elem_ty
as *const u8;
++ let target_ptr = slice.as_ptr().cast();
+ let mut x = Self::splat(0 as $elem_ty);
+ let self_ptr = &mut x as *mut Self as *mut u8;
+ crate::ptr::copy_nonoverlapping(target_ptr, self_ptr,
size_of::<Self>());
+diff --git a/third_party/rust/packed_simd_2/src/api/slice/write_to_slice.rs
b/third_party/rust/packed_simd/src/api/slice/write_to_slice.rs
+similarity index 97%
+rename from third_party/rust/packed_simd_2/src/api/slice/write_to_slice.rs
+rename to third_party/rust/packed_simd/src/api/slice/write_to_slice.rs
+index dd04a26..5abd491 100644
+--- a/third_party/rust/packed_simd_2/src/api/slice/write_to_slice.rs
++++ b/third_party/rust/packed_simd/src/api/slice/write_to_slice.rs
+@@ -13,7 +13,7 @@ macro_rules! impl_slice_write_to_slice {
+ pub fn write_to_slice_aligned(self, slice: &mut [$elem_ty]) {
+ unsafe {
+ assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked_mut(0) as *mut
$elem_ty;
++ let target_ptr = slice.as_mut_ptr();
+
assert_eq!(target_ptr.align_offset(crate::mem::align_of::<Self>()), 0);
+ self.write_to_slice_aligned_unchecked(slice);
+ }
+@@ -42,7 +42,7 @@ macro_rules! impl_slice_write_to_slice {
+ #[inline]
+ pub unsafe fn write_to_slice_aligned_unchecked(self, slice:
&mut [$elem_ty]) {
+ debug_assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked_mut(0) as *mut
$elem_ty;
++ let target_ptr = slice.as_mut_ptr();
+
debug_assert_eq!(target_ptr.align_offset(crate::mem::align_of::<Self>()), 0);
+
+ #[allow(clippy::cast_ptr_alignment)]
+@@ -60,7 +60,7 @@ macro_rules! impl_slice_write_to_slice {
+ #[inline]
+ pub unsafe fn write_to_slice_unaligned_unchecked(self, slice:
&mut [$elem_ty]) {
+ debug_assert!(slice.len() >= $elem_count);
+- let target_ptr = slice.get_unchecked_mut(0) as *mut
$elem_ty as *mut u8;
++ let target_ptr = slice.as_mut_ptr().cast();
+ let self_ptr = &self as *const Self as *const u8;
+ crate::ptr::copy_nonoverlapping(self_ptr, target_ptr,
crate::mem::size_of::<Self>());
+ }
+diff --git a/third_party/rust/packed_simd_2/src/api/swap_bytes.rs
b/third_party/rust/packed_simd/src/api/swap_bytes.rs
+similarity index 99%
+rename from third_party/rust/packed_simd_2/src/api/swap_bytes.rs
+rename to third_party/rust/packed_simd/src/api/swap_bytes.rs
+index 53bba25..4649ed6 100644
+--- a/third_party/rust/packed_simd_2/src/api/swap_bytes.rs
++++ b/third_party/rust/packed_simd/src/api/swap_bytes.rs
+@@ -76,7 +76,7 @@ macro_rules! impl_swap_bytes {
+
+ test_if! {
+ $test_tt:
+- paste::item_with_macros! {
++ paste::item! {
+ pub mod [<$id _swap_bytes>] {
+ use super::*;
+
+diff --git a/third_party/rust/packed_simd_2/src/codegen.rs
b/third_party/rust/packed_simd/src/codegen.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen.rs
+rename to third_party/rust/packed_simd/src/codegen.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/bit_manip.rs
b/third_party/rust/packed_simd/src/codegen/bit_manip.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/bit_manip.rs
+rename to third_party/rust/packed_simd/src/codegen/bit_manip.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/llvm.rs
b/third_party/rust/packed_simd/src/codegen/llvm.rs
+similarity index 85%
+rename from third_party/rust/packed_simd_2/src/codegen/llvm.rs
+rename to third_party/rust/packed_simd/src/codegen/llvm.rs
+index b4c0984..bb482fa 100644
+--- a/third_party/rust/packed_simd_2/src/codegen/llvm.rs
++++ b/third_party/rust/packed_simd/src/codegen/llvm.rs
+@@ -5,14 +5,8 @@ use crate::sealed::Shuffle;
+ #[allow(unused_imports)] // FIXME: spurious warning?
+ use crate::sealed::Simd;
+
+-// Shuffle intrinsics: expanded in users' crates, therefore public.
+ extern "platform-intrinsic" {
+- pub fn simd_shuffle2<T, U>(x: T, y: T, idx: [u32; 2]) -> U;
+- pub fn simd_shuffle4<T, U>(x: T, y: T, idx: [u32; 4]) -> U;
+- pub fn simd_shuffle8<T, U>(x: T, y: T, idx: [u32; 8]) -> U;
+- pub fn simd_shuffle16<T, U>(x: T, y: T, idx: [u32; 16]) -> U;
+- pub fn simd_shuffle32<T, U>(x: T, y: T, idx: [u32; 32]) -> U;
+- pub fn simd_shuffle64<T, U>(x: T, y: T, idx: [u32; 64]) -> U;
++ fn simd_shuffle<T, I, U>(x: T, y: T, idx: I) -> U;
+ }
+
+ #[allow(clippy::missing_safety_doc)]
+@@ -22,7 +16,7 @@ where
+ T: Simd,
+ <T as Simd>::Element: Shuffle<[u32; 2], Output = U>,
+ {
+- simd_shuffle2(x, y, IDX)
++ simd_shuffle(x, y, IDX)
+ }
+
+ #[allow(clippy::missing_safety_doc)]
+@@ -32,7 +26,7 @@ where
+ T: Simd,
+ <T as Simd>::Element: Shuffle<[u32; 4], Output = U>,
+ {
+- simd_shuffle4(x, y, IDX)
++ simd_shuffle(x, y, IDX)
+ }
+
+ #[allow(clippy::missing_safety_doc)]
+@@ -42,7 +36,7 @@ where
+ T: Simd,
+ <T as Simd>::Element: Shuffle<[u32; 8], Output = U>,
+ {
+- simd_shuffle8(x, y, IDX)
++ simd_shuffle(x, y, IDX)
+ }
+
+ #[allow(clippy::missing_safety_doc)]
+@@ -52,7 +46,7 @@ where
+ T: Simd,
+ <T as Simd>::Element: Shuffle<[u32; 16], Output = U>,
+ {
+- simd_shuffle16(x, y, IDX)
++ simd_shuffle(x, y, IDX)
+ }
+
+ #[allow(clippy::missing_safety_doc)]
+@@ -62,7 +56,7 @@ where
+ T: Simd,
+ <T as Simd>::Element: Shuffle<[u32; 32], Output = U>,
+ {
+- simd_shuffle32(x, y, IDX)
++ simd_shuffle(x, y, IDX)
+ }
+
+ #[allow(clippy::missing_safety_doc)]
+@@ -72,7 +66,7 @@ where
+ T: Simd,
+ <T as Simd>::Element: Shuffle<[u32; 64], Output = U>,
+ {
+- simd_shuffle64(x, y, IDX)
++ simd_shuffle(x, y, IDX)
+ }
+
+ extern "platform-intrinsic" {
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math.rs
b/third_party/rust/packed_simd/src/codegen/math.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math.rs
+rename to third_party/rust/packed_simd/src/codegen/math.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float.rs
b/third_party/rust/packed_simd/src/codegen/math/float.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/abs.rs
b/third_party/rust/packed_simd/src/codegen/math/float/abs.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/abs.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/abs.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/cos.rs
b/third_party/rust/packed_simd/src/codegen/math/float/cos.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/cos.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/cos.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/cos_pi.rs
b/third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/cos_pi.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/exp.rs
b/third_party/rust/packed_simd/src/codegen/math/float/exp.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/exp.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/exp.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/ln.rs
b/third_party/rust/packed_simd/src/codegen/math/float/ln.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/ln.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/ln.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/macros.rs
b/third_party/rust/packed_simd/src/codegen/math/float/macros.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/macros.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/macros.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/math/float/mul_add.rs
b/third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/mul_add.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/math/float/mul_adde.rs
b/third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/mul_adde.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/powf.rs
b/third_party/rust/packed_simd/src/codegen/math/float/powf.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/powf.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/powf.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/sin.rs
b/third_party/rust/packed_simd/src/codegen/math/float/sin.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/sin.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/sin.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/math/float/sin_cos_pi.rs
b/third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/math/float/sin_cos_pi.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/sin_pi.rs
b/third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/sin_pi.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/sqrt.rs
b/third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/sqrt.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/math/float/sqrte.rs
b/third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/math/float/sqrte.rs
+rename to third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/pointer_sized_int.rs
b/third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/pointer_sized_int.rs
+rename to third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/reductions.rs
b/third_party/rust/packed_simd/src/codegen/reductions.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/reductions.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/reductions/mask.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/reductions/mask.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions/mask.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/aarch64.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/aarch64.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/aarch64.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions/mask/aarch64.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/arm.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/arm.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/reductions/mask/arm.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions/mask/arm.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/fallback.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/fallback.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/fallback.rs
+rename to
third_party/rust/packed_simd/src/codegen/reductions/mask/fallback.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/fallback_impl.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/fallback_impl.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/fallback_impl.rs
+rename to
third_party/rust/packed_simd/src/codegen/reductions/mask/fallback_impl.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/avx.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/x86/avx.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/avx.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions/mask/x86/avx.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/avx2.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/x86/avx2.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/avx2.rs
+rename to
third_party/rust/packed_simd/src/codegen/reductions/mask/x86/avx2.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/sse.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/x86/sse.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/sse.rs
+rename to third_party/rust/packed_simd/src/codegen/reductions/mask/x86/sse.rs
+diff --git
a/third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/sse2.rs
b/third_party/rust/packed_simd/src/codegen/reductions/mask/x86/sse2.rs
+similarity index 100%
+rename from
third_party/rust/packed_simd_2/src/codegen/reductions/mask/x86/sse2.rs
+rename to
third_party/rust/packed_simd/src/codegen/reductions/mask/x86/sse2.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/shuffle.rs
b/third_party/rust/packed_simd/src/codegen/shuffle.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/shuffle.rs
+rename to third_party/rust/packed_simd/src/codegen/shuffle.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/shuffle1_dyn.rs
b/third_party/rust/packed_simd/src/codegen/shuffle1_dyn.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/shuffle1_dyn.rs
+rename to third_party/rust/packed_simd/src/codegen/shuffle1_dyn.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/swap_bytes.rs
b/third_party/rust/packed_simd/src/codegen/swap_bytes.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/swap_bytes.rs
+rename to third_party/rust/packed_simd/src/codegen/swap_bytes.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/v128.rs
b/third_party/rust/packed_simd/src/codegen/v128.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/v128.rs
+rename to third_party/rust/packed_simd/src/codegen/v128.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/v16.rs
b/third_party/rust/packed_simd/src/codegen/v16.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/v16.rs
+rename to third_party/rust/packed_simd/src/codegen/v16.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/v256.rs
b/third_party/rust/packed_simd/src/codegen/v256.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/v256.rs
+rename to third_party/rust/packed_simd/src/codegen/v256.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/v32.rs
b/third_party/rust/packed_simd/src/codegen/v32.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/v32.rs
+rename to third_party/rust/packed_simd/src/codegen/v32.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/v512.rs
b/third_party/rust/packed_simd/src/codegen/v512.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/v512.rs
+rename to third_party/rust/packed_simd/src/codegen/v512.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/v64.rs
b/third_party/rust/packed_simd/src/codegen/v64.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/v64.rs
+rename to third_party/rust/packed_simd/src/codegen/v64.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/vPtr.rs
b/third_party/rust/packed_simd/src/codegen/vPtr.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/vPtr.rs
+rename to third_party/rust/packed_simd/src/codegen/vPtr.rs
+diff --git a/third_party/rust/packed_simd_2/src/codegen/vSize.rs
b/third_party/rust/packed_simd/src/codegen/vSize.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/codegen/vSize.rs
+rename to third_party/rust/packed_simd/src/codegen/vSize.rs
+diff --git a/third_party/rust/packed_simd_2/src/lib.rs
b/third_party/rust/packed_simd/src/lib.rs
+similarity index 98%
+rename from third_party/rust/packed_simd_2/src/lib.rs
+rename to third_party/rust/packed_simd/src/lib.rs
+index 277cc81..867cc10 100644
+--- a/third_party/rust/packed_simd_2/src/lib.rs
++++ b/third_party/rust/packed_simd/src/lib.rs
+@@ -26,7 +26,7 @@
+ //! are applied to each vector lane in isolation of the others:
+ //!
+ //! ```
+-//! # use packed_simd_2::*;
++//! # use packed_simd::*;
+ //! let a = i32x4::new(1, 2, 3, 4);
+ //! let b = i32x4::new(5, 6, 7, 8);
+ //! assert_eq!(a + b, i32x4::new(6, 8, 10, 12));
+@@ -35,7 +35,7 @@
+ //! Many "horizontal" operations are also provided:
+ //!
+ //! ```
+-//! # use packed_simd_2::*;
++//! # use packed_simd::*;
+ //! # let a = i32x4::new(1, 2, 3, 4);
+ //! assert_eq!(a.wrapping_sum(), 10);
+ //! ```
+@@ -47,7 +47,7 @@
+ //! and performing a single horizontal operation at the end:
+ //!
+ //! ```
+-//! # use packed_simd_2::*;
++//! # use packed_simd::*;
+ //! fn reduce(x: &[i32]) -> i32 {
+ //! assert_eq!(x.len() % 4, 0);
+ //! let mut sum = i32x4::splat(0); // [0, 0, 0, 0]
+@@ -79,7 +79,7 @@
+ //! ## Basic operations
+ //!
+ //! ```
+-//! # use packed_simd_2::*;
++//! # use packed_simd::*;
+ //! // Sets all elements to `0`:
+ //! let a = i32x4::splat(0);
+ //!
+@@ -107,7 +107,7 @@
+ //! to be performed:
+ //!
+ //! ```
+-//! # use packed_simd_2::*;
++//! # use packed_simd::*;
+ //! let a = i32x4::new(1, 1, 2, 2);
+ //!
+ //! // Add `1` to the first two lanes of the vector.
+@@ -140,7 +140,7 @@
+ //! All vertical comparison operations returns masks:
+ //!
+ //! ```
+-//! # use packed_simd_2::*;
++//! # use packed_simd::*;
+ //! let a = i32x4::new(1, 1, 3, 3);
+ //! let b = i32x4::new(2, 2, 0, 0);
+ //!
+@@ -241,6 +241,7 @@
+ clippy::from_over_into,
+ )]
+ #![cfg_attr(test, feature(hashmap_internals))]
++#![cfg_attr(doc_cfg, feature(doc_cfg))]
+ #![deny(rust_2018_idioms, clippy::missing_inline_in_public_items)]
+ #![no_std]
+
+@@ -279,7 +280,7 @@ pub use crate::sealed::{Mask, Shuffle, Simd as
SimdVector, SimdArray};
+ /// # Examples
+ ///
+ /// ```
+-/// # use packed_simd_2::Simd;
++/// # use packed_simd::Simd;
+ /// let v = Simd::<[i32; 4]>::new(0, 1, 2, 3);
+ /// assert_eq!(v.extract(2), 2);
+ /// ```
+diff --git a/third_party/rust/packed_simd_2/src/masks.rs
b/third_party/rust/packed_simd/src/masks.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/masks.rs
+rename to third_party/rust/packed_simd/src/masks.rs
+diff --git a/third_party/rust/packed_simd_2/src/sealed.rs
b/third_party/rust/packed_simd/src/sealed.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/sealed.rs
+rename to third_party/rust/packed_simd/src/sealed.rs
+diff --git a/third_party/rust/packed_simd_2/src/testing.rs
b/third_party/rust/packed_simd/src/testing.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/testing.rs
+rename to third_party/rust/packed_simd/src/testing.rs
+diff --git a/third_party/rust/packed_simd_2/src/testing/macros.rs
b/third_party/rust/packed_simd/src/testing/macros.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/testing/macros.rs
+rename to third_party/rust/packed_simd/src/testing/macros.rs
+diff --git a/third_party/rust/packed_simd_2/src/testing/utils.rs
b/third_party/rust/packed_simd/src/testing/utils.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/testing/utils.rs
+rename to third_party/rust/packed_simd/src/testing/utils.rs
+diff --git a/third_party/rust/packed_simd_2/src/v128.rs
b/third_party/rust/packed_simd/src/v128.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/v128.rs
+rename to third_party/rust/packed_simd/src/v128.rs
+diff --git a/third_party/rust/packed_simd_2/src/v16.rs
b/third_party/rust/packed_simd/src/v16.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/v16.rs
+rename to third_party/rust/packed_simd/src/v16.rs
+diff --git a/third_party/rust/packed_simd_2/src/v256.rs
b/third_party/rust/packed_simd/src/v256.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/v256.rs
+rename to third_party/rust/packed_simd/src/v256.rs
+diff --git a/third_party/rust/packed_simd_2/src/v32.rs
b/third_party/rust/packed_simd/src/v32.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/v32.rs
+rename to third_party/rust/packed_simd/src/v32.rs
+diff --git a/third_party/rust/packed_simd_2/src/v512.rs
b/third_party/rust/packed_simd/src/v512.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/v512.rs
+rename to third_party/rust/packed_simd/src/v512.rs
+diff --git a/third_party/rust/packed_simd_2/src/v64.rs
b/third_party/rust/packed_simd/src/v64.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/v64.rs
+rename to third_party/rust/packed_simd/src/v64.rs
+diff --git a/third_party/rust/packed_simd_2/src/vPtr.rs
b/third_party/rust/packed_simd/src/vPtr.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/vPtr.rs
+rename to third_party/rust/packed_simd/src/vPtr.rs
+diff --git a/third_party/rust/packed_simd_2/src/vSize.rs
b/third_party/rust/packed_simd/src/vSize.rs
+similarity index 100%
+rename from third_party/rust/packed_simd_2/src/vSize.rs
+rename to third_party/rust/packed_simd/src/vSize.rs
+diff --git a/third_party/rust/packed_simd_2/tests/endianness.rs
b/third_party/rust/packed_simd/tests/endianness.rs
+similarity index 99%
+rename from third_party/rust/packed_simd_2/tests/endianness.rs
+rename to third_party/rust/packed_simd/tests/endianness.rs
+index da12c23..17a7796 100644
+--- a/third_party/rust/packed_simd_2/tests/endianness.rs
++++ b/third_party/rust/packed_simd/tests/endianness.rs
+@@ -1,7 +1,7 @@
+ #[cfg(target_arch = "wasm32")]
+ use wasm_bindgen_test::*;
+
+-use packed_simd_2::*;
++use packed_simd::*;
+ use std::{mem, slice};
+
+ #[cfg_attr(not(target_arch = "wasm32"), test)]
+diff --git a/third_party/rust/packed_simd_2/.cargo-checksum.json
b/third_party/rust/packed_simd_2/.cargo-checksum.json
+deleted file mode 100644
+index d74b201..0000000
+--- a/third_party/rust/packed_simd_2/.cargo-checksum.json
++++ /dev/null
+@@ -1 +0,0 @@
+-{"files":{".appveyor.yml":"f1ed01850e0d725f9498f52a1a63ddf40702ad6e0bf5b2d7c4c04d76e96794a3",".travis.yml":"30a61a5ec53355fc1f3585e1690280308c2b7961701abc11e8389b235b647178","Cargo.toml":"c630c676e8c9564fff731f051a57a3a51f018fb35f4bd606f7c4677109239ae6","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"6485b8ed310d3f0340bf1ad1f47645069ce4069dcc6bb46c7d5c6faf41de1fdb","README.md":"fa4dd64f66972217d35b7653338c9e2011ccd8f3008ae7c0103272d4287f9b1d","bors.toml":"dee881dc69b9b7834e4eba5d95c3ed5a416d4628815a167d6a22d4cb4fb064b8","build.rs":"019ed29c43989782d8eec3a961654cfc172d7a7898da4eca8f654700af7e1988","ci/all.sh":"2ae6b2445b4db83833e40b37efd0016c6b9879ee988b9b3ef94db5439a3e1606","ci/android-install-ndk.sh":"0f1746108cc30bf9b9ba45bcde7b19fc1a8bdf5b0258035b4eb8dc69b75efac4","ci/android-install-sdk.sh":"3490432022c5c8f5a115c084f7a9aca1626f96c0c87ffb62019228c4346b47e4","ci/android-sysimage.sh":"ebf4e5daa1f0fe1b2092b79f0f3f161c4c4275cb744e52352c4d81ab451e4c5a","ci/benchmark.sh":"b61d19ef6b90deba8fb79dee74c8b062d94844676293da346da87bb78a9a49a4","ci/deploy_and_run_on_ios_simulator.rs":"ec8ecf82d92072676aa47f0d1a3d021b60a7ae3531153ef12d2ff4541fc294dc","ci/docker/aarch64-linux-android/Dockerfile":"ace2e7d33c87bc0f6d3962a4a3408c04557646f7f51ab99cfbf574906796b016","ci/docker/aarch64-unknown-linux-gnu/Dockerfile":"da88c0d50f16dc08448c7fdf1fa5ed2cbe576acf9e7dd85b5b818621b2a8c702","ci/docker/arm-linux-androideabi/Dockerfile":"370e55d3330a413a3ccf677b3afb3e0ef9018a5fab263faa97ae8ac017fc2286","ci/docker/arm-unknown-linux-gnueabi/Dockerfile":"bb5f8ae890707c128652290ffc544447643bf12037ddd73c6ad6989f848cb380","ci/docker/arm-unknown-linux-gnueabihf/Dockerfile":"1afaefcbc05b740859acd4e067bc92439be6bcbe8f2e9678474fb434bcd398d9","ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile":"8282ea707a94109beed47a57574755e2d58401735904a03f85fb64c578c53b4f","ci/docker/i586-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/i686-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/mips-unknown-linux-gnu/Dockerfile":"b2ebc25797612c4f8395fe9d407725156044955bfbcf442036b7f55b43a5f9da","ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile":"b0c1692ac65bc56dd30494b1993d8e929c48cc9c4b92029b7c7592af6d4f9220","ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile":"4e9249c179300138141d0b2b7401b11897f64aed69f541f078c1db4594df2827","ci/docker/mipsel-unknown-linux-musl/Dockerfile":"3164c52b0dcbb01afa78292b15b5c43503ccf0491cf6eb801ec2bf22ae274e52","ci/docker/powerpc-unknown-linux-gnu/Dockerfile":"786f799d0b56eb54d7b6c4b00e1aed4ce81776e14e44767e083c89d014b72004","ci/docker/powerpc64-unknown-linux-gnu/Dockerfile":"e8bc363837cd9c2d8b22402acb8c1c329efc11ba5d12170603d2fe2eae9da059","ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile":"47998d45b781d797b9e6085ebe898d90de0c952b54537a8db4e8d7503eb032d9","ci/docker/s390x-unknown-linux-gnu/Dockerfile":"93fb44df3d7fd31ead158570667c97b5076a05c3d968af4a84bc13819a8f2db8","ci/docker/sparc64-unknown-linux-gnu/Dockerfile":"da1c39a3ff1fe22e41395fa7c8934e90b4c1788e551b9aec6e38bfd94effc437","ci/docker/thumbv7neon-linux-androideabi/Dockerfile":"c2decd5591bd7a09378901bef629cd944acf052eb55e4f35b79eb9cb4d62246a","ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile":"51955a8bf3c4d440f47382af6f5426ebff94ab01a04da36175babda9a057740f","ci/docker/wasm32-unknown-unknown/Dockerfile":"5a022299f56730cf8c432a07391e95e199cfa36dc8da2a96c9d185c8de93e913","ci/docker/x86_64-linux-android/Dockerfile":"685040273cf350d5509e580ac451555efa19790c8723ca2af066adadc6880ad2","ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile":"44b6203d9290bfdc53d81219f0937e1110847a23dd982ec8c4de388354f01536","ci/docker/x86_64-unknown-linux-gnu/Dockerfile":"7f4e3ca5fa288ea70edb4d1f75309708cd30b192e2e4444e61c4d5b3b58f89cf","ci/dox.sh":"434e9611c52e389312d2b03564adf09429f10cc76fe66a8644adb104903b87b7","ci/linux-s390x.sh":"d6b732d7795b4ba131326aff893bca6228a7d2eb0e9402f135705413dbbe0dce","ci/linux-sparc64.sh":"c92966838b1ab7ad3b7a344833ee726aba6b647cf5952e56f0ad1ba420b13325","ci/lld-shim.rs":"3d7f71ec23a49e2b67f694a0168786f9a954dda15f5a138815d966643fd3fcc3","ci/max_line_width.sh":"0a1518bba4c9ecaa55694cb2e9930d0e19c265baabf73143f17f9cf285aaa5bb","ci/run-docker.sh":"92e036390ad9b0d16f109579df1b5ced2e72e9afea40c7d011400ebd3a2a90de","ci/run.sh":"41dd6a60efaaeae9661a01370cce98b631f78392859a0cf68c946c0a16edf5f7","ci/run_examples.sh":"d1a23c6c35374a0678ba5114b9b8fefd8be0a79e774872a8bf0898d1baca18d0","ci/runtest-android.rs":"145a8e9799a5223975061fe7e586ade5669ee4877a7d7a4cf6b4ab48e8e36c7c","ci/setup_benchmarks.sh":"fae3960023f6f3d1388cd2ad22fdbab4b075f1f29dd4292d7994a20783beb6cf","ci/test-runner-linux":"c8aa6025cff5306f4f31d0c61dc5f9d4dd5a1d189ab613ef8d4c367c694d9ccd","contributing.md":"2d2629310ad4d464c482bdbb5819f0d6ce223c576aeef2cdce6a1f6857085ea5","perf-guide/.gitignore":"fe82c7da551079d832cf74200b0b359b4df9828cb4a0416fa7384f07a2ae6a13","perf-guide/book.toml":"115a98284126c6b180178b44713314cc494f08a71662ee2ce15cf67f17a51064","perf-guide/src/SUMMARY.md":"3e03bffc991fdc2050f3d51842d72d9d21ea6abab56a3baf3b2d5973a78b89e1","perf-guide/src/ascii.css":"29afb08833b2fe2250f0412e1fa1161a2432a0820a14953c87124407417c741a","perf-guide/src/bound_checks.md":"5e4991ff58a183ef0cd9fdc1feb4cd12d083b44bdf87393bbb0927808ef3ce7d","perf-guide/src/float-math/approx.md":"8c09032fa2d795a0c5db1775826c850d28eb2627846d0965c60ee72de63735ad","perf-guide/src/float-math/fma.md":"311076ba4b741d604a82e74b83a8d7e8c318fcbd7f64c4392d1cf5af95c60243","perf-guide/src/float-math/fp.md":"04153e775ab6e4f0d7837bcc515230d327b04edfa34c84ce9c9e10ebaeef2be8","perf-guide/src/float-math/svml.md":"0798873b8eedaeda5fed62dc91645b57c20775a02d3cd74d8bd06958f1516506","perf-guide/src/introduction.md":"9f5a19e9e6751f25d2daad39891a0cc600974527ec4c8305843f9618910671bd","perf-guide/src/prof/linux.md":"447731eb5de7d69166728fdbc5ecb0c0c9db678ea493b45a592d67dd002184c0","perf-guide/src/prof/mca.md":"f56d54f3d20e7aa4d32052186e8237b03d65971eb5d112802b442570ff11d344","perf-guide/src/prof/profiling.md":"8a650c0fd6ede0964789bb6577557eeef1d8226a896788602ce61528e260e43c","perf-guide/src/target-feature/attribute.md":"615f88dca0a707b6c416fa605435dd6e1fb5361cc639429cbf68cd87624bd78b","perf-guide/src/target-feature/features.md":"17077760ff24c006b606dd21889c53d87228f4311f3ba3a574f9afdeacd86165","perf-guide/src/target-feature/inlining.md":"7ed1d7068d8173a00d84c16cfe5871cd68b9f04f8d0cca2d01ebc84957ebf2f6","perf-guide/src/target-feature/practice.md":"c4b371842e0086df178488fec97f20def8f0c62ee588bcd25fd948b9b1fa227e","perf-guide/src/target-feature/runtime.md":"835425f5ee597fb3e51d36e725a81ebee29f4561231d19563cd4da81dbb1cfcb","perf-guide/src/target-feature/rustflags.md":"01197acf6f0adec8db32b8591811f69cecb6555a2b05dc5d5ec27d0e3f7b065e","perf-guide/src/vert-hor-ops.md":"c6211c0ee91e60552ec592d89d9d957eedc21dee3cbd89e1ad6765ea06a27471","rustfmt.toml":"d99a43f3f8ef9e425cf01c333fba9f0051f888f5d87ab4e8f63c2f7d0fe6620f","src/api.rs":"bb1795e9657a8298d37d2349b45443f08e9e455399ad4b727018600728478c10","src/api/bit_manip.rs":"c47a4d0f7451f7e35d07715e4f39a472e07457fd456fdb726864a4f6887252a3","src/api/bitmask.rs":"6d2beefd62ee5d9c8eb060bee6abc641616bf828c99f82abf97b21bf004e894b","src/api/cast.rs":"03b94a3d316ac7b7be7068810044911e965e889a0ace7bae762749ca74a92747","src/api/cast/macros.rs":"b0a14d0c83ad2ebb7a275180f6d9e3f2bc312ba57a7d3d6c39fad4e0f20f9408","src/api/cast/v128.rs":"edd0994efac4379dff26e178423a52dbb3ffeb38b1fc97cae975d744c00b4fb6","src/api/cast/v16.rs":"96bd98c2d21b0663abe6c0ab33005b1fa693f3db7ee6795351391343863484da","src/api/cast/v256.rs":"8c31fe91f5e78ef737dfba6979cc1240210cb094a89d284fe459bf8a991ca24b","src/api/cast/v32.rs":"a99a79dd84d2a5e6adf9db98705675915bd03fd1287d489c7fe38e84d7e4a086","src/api/cast/v512.rs":"c0dd526f41ed7b8a71c3743d91267554ec0a0c75834ccc2e3ecb0ef3004af642","src/api/cast/v64.rs":"6572fdba2a1241a6cd666d3f0cce3306cd2cb7e5e236172e59d5d4351c8a88af","src/api/cmp.rs":"357c3a2a09c6d4611c32dd7fa95be2fae933d513e229026ec9b44451a77b884e","src/api/cmp/eq.rs":"60f70f355bae4cb5b17db53204cacc3890f70670611c17df638d4c04f7cc8075","src/api/cmp/ord.rs":"589f7234761c294fa5df8f525bc4acd5a47cdb602207d524a0d4e19804cd9695","src/api/cmp/partial_eq.rs":"902ccb8aa01fd5738b30ba0b712669c21d4801958907e03bad23432c7dba0198","src/api/cmp/partial_ord.rs":"9db0c37d7434cdfc62d8d66912e972fa3d8c115ab2af051a6f45e414bd3e4f1c","src/api/cmp/vertical.rs":"de3d62f38eba817299aa16f1e1939954c9a447e316509397465c2830852ba053","src/api/default.rs":"67bf21c134127d12a7028c8b88a57f0ceee8ccbd74976da8ca74eb9f16a174d5","src/api/fmt.rs":"67fb804bb86b6cd77cf8cd492b5733ce437071b66fe3297278b8a6552c325dda","src/api/fmt/binary.rs":"02b2b287f7404f8a983813cf70c87108c8da3835578b63ab303116885f609413","src/api/fmt/debug.rs":"56e1c3bdc092747344fffaafff9da7163ee7827857f6fb7cb1c9923eca4f6fa0","src/api/fmt/lower_hex.rs":"558fd592f7f485712fb051509cecc7174a21e6bf62e5ce64766e75afc97bb8e1","src/api/fmt/octal.rs":"3b2e70877a4f368c7704f8e254236c014c365c74d93371c1feb5f030e6c66422","src/api/fmt/upper_hex.rs":"2a442f666bc80e22d41f903f881238fe114dd49344c3ed69849250e853cafc5d","src/api/from.rs":"2e599d8329cb05eaf06224cc441355c4b7b51254fc19256619333be8c149d444","src/api/from/from_array.rs":"dd3fc64fb17d6184bb60343f8da26a05edf0e5f3c14caf55d49fa15e21d948dc","src/api/from/from_vector.rs":"9764371aa9e6005aace74dea14f59e5611a095b7cf42707940924749282c52f0","src/api/hash.rs":"5076ece87969592c876486f5b1ea8affbeaec379d1a14a30859e0aa5592019de","src/api/into_bits.rs":"1ee15923352786b9ab4a31fa506762297116b18cfdb8e72853abc8ad001651d2","src/api/into_bits/arch_specific.rs":"e7445021f3908326bfee758835e5fc5ad56aa1baa77fc1c58abe4350c66c670a","src/api/into_bits/macros.rs":"bb4fe99be2af6a21d805efab44c8e4e61a7b2adb42a65504a0cf26d13efdadcd","src/api/into_bits/v128.rs":"145a44922b09a5ca5b62d88a461d327d399a997a15db4b11d7b17e554a9fa4c0","src/api/into_bits/v16.rs":"f4f4f61ba88aa51b158ec56ca3dce234349aea0daf2b3029a14ab5125d1e41e5","src/api/into_bits/v256.rs":"8cea9c5d9809f11323cb7cdc53b83df593fd17caf926251e412ae9777bed547f","src/api/into_bits/v32.rs":"905ba683d342fa32f4202b80bb46530807bd0a5b588f6c2e8c9f475223c47775","src/api/into_bits/v512.rs":"e25afa1fbf088a5d58e7d75d197b6cd4c56637ea28542ba18e46a451f29d04e7","src/api/into_bits/v64.rs":"d6238022ccff7b92e55b3f6017fc269acb6f36330a6d7e8fb389853a0f1b6478","src/api/math.rs":"8b2a2fc651917a850539f993aa0b9e5bf4da67b11685285b8de8cdca311719ec","src/api/math/float.rs":"61d2794d68262a1090ae473bd30793b5f65cf732f32a6694a3af2ce5d9225616","src/api/math/float/abs.rs":"5b6b2701e2e11135b7ce58a05052ea8120e10e4702c95d046b9d21b827b26bf8","src/api/math/float/consts.rs":"6302c9261da4291d144d5bb53493cdd073498feb40955fb6860ea3c4d06c978a","src/api/math/float/cos.rs":"4c2dd7173728ef189314f1576c9486e03be21b7da98843b2f9011282a7979e31","src/api/math/float/exp.rs":"7c6d5f1e304f498a01cfa23b92380c815d7da0ad94eae3483783bc377d287eef","src/api/math/float/ln.rs":"54c7583f3df793b39ff57534fade27b41bb992439e5dc178252f5ca3190a3e54","src/api/math/float/mul_add.rs":"62cac77660d20159276d4c9ef066eb90c81cbddb808e8e157182c607625ad2eb","src/api/math/float/mul_adde.rs":"bae056ee9f3a70df39ec3c3b2f6437c65303888a7b843ef1a5bcf1f5aca0e602","src/api/math/float/powf.rs":"9ddb938984b36d39d82a82f862f80df8f7fb013f1d222d45698d41d88472f568","src/api/math/float/recpre.rs":"589225794ff1dbf31158dff660e6d4509ecc8befbb57c633900dea5ac0b840d6","src/api/math/float/rsqrte.rs":"a32abdcc318d7ccc8448231f54d75b884b7cbeb03a7d595713ab6243036f4dbf","src/api/math/float/sin.rs":"cbd3622b7df74f19691743001c8cf747a201f8977ad90542fee915f37dcd1e49","src/api/math/float/sqrt.rs":"0c66d5d63fb08e4d99c6b82a8828e41173aff1ac9fa1a2764a11fac217ccf2ac","src/api/math/float/sqrte.rs":"731e1c9f321b662accdd27dacb3aac2e8043b7aecb2f2161dde733bd9f025362","src/api/minimal.rs":"1f22bcc528555444e76de569ec0ae2029b9ae9d04805efeafa93369c8098036b","src/api/minimal/iuf.rs":"819cff26d3e196f807645bcc1d79eb27d9f175edb89910f2274d52a1e913cd11","src/api/minimal/mask.rs":"0cae10ae1fc65f5070e686c0c79bfba27b86b33d6c399367bd4848fb367dcec4","src/api/minimal/ptr.rs":"f65ebf21866a863485344432d9a7a9b7418f7fad5fdf841a4e2fa56ec0766ad0","src/api/ops.rs":"3e273b277a0f3019d42c3c59ca94a5afd4885d5ae6d2182e5089bbeec9de42ee","src/api/ops/scalar_arithmetic.rs":"d2d5ad897a59dd0787544f927e0e7ca4072c3e58b0f4a2324083312b0d5a21d7","src/api/ops/scalar_bitwise.rs":"482204e459ca6be79568e1c9f70adbe2d2151412ddf122fb2161be8ebb51c40c","src/api/ops/scalar_mask_bitwise.rs":"c250f52042e37b22d57256c80d4604104cfd2fbe2a2e127c676267270ca5d350","src/api/ops/scalar_shifts.rs":"c4773d435c3f9da4454327e6fbb2b5b41a1c0ebb1cca7372e69dc7a344a1b6e4","src/api/ops/vector_arithmetic.rs":"ddca15d09ddeef502c2ed66117a62300ca65d87e959e8b622d767bdf1c307910","src/api/ops/vector_bitwise.rs":"b3968f7005b649edcc22a54e2379b14d5ee19045f2e784029805781ae043b5ee","src/api/ops/vector_float_min_max.rs":"76bf8cb607e2c442923c1da1061a6b80d742d607408033c2a3761161114cf2a0","src/api/ops/vector_int_min_max.rs":"a378789c6ff9b32a51fbd0a97ffd36ed102cd1fe6a067d2b02017c1df342def6","src/api/ops/vector_mask_bitwise.rs":"5052d18517d765415d40327e6e8e55a312daaca0a5e2aec959bfa54b1675f9c8","src/api/ops/vector_neg.rs":"5c62f6b0221983cdbd23cd0a3af3672e6ba1255f0dfe8b19aae6fbd6503e231b","src/api/ops/vector_rotates.rs":"ee319eaaa449dc50ea8ef05b89d38519c6faa6753dfdce432ea7bb8520e4e8e7","src/api/ops/vector_shifts.rs":"e510be14127c0ffd58a2573a39701da3557d66bedec09837ac8bbd44d579da00","src/api/ptr.rs":"8a793251bed6130dcfb2f1519ceaa18b751bbb15875928d0fb6deb5a5e07523a","src/api/ptr/gather_scatter.rs":"3d614f9d5b4ca201a9f7e46af4405e1d2c28ecee1620297c23b52e37b92cc0ea","src/api/reductions.rs":"ae5baca81352ecd44526d6c30c0a1feeda475ec73ddd3c3ec6b14e944e5448ee","src/api/reductions/bitwise.rs":"8bf910ae226188bd15fc7e125f058cd2566b6186fcd0cd8fd020f352c39ce139","src/api/reductions/float_arithmetic.rs":"47a5679896db2cbb56c31372fe42143da015b6beae7db5d2f3a0309ddf427ae1","src/api/reductions/integer_arithmetic.rs":"c2df3cf7493cca4174f2c65aea422a3d20d8a23af03f8d57cef72c19fee8f20d","src/api/reductions/mask.rs":"db83327a950e33a317f37fd33ca4e20c347fb415975ec024f3e23da8509425af","src/api/reductions/min_max.rs":"6af8c9aa45c69961b1b6fc205395f4767d4421869fb105fb3d563c5605fc13cd","src/api/select.rs":"6b07e7e8026df561f7307221a896f0fbb272536f41b9109040ac094c24c69331","src/api/shuffle.rs":"26458aec2557bfab41b7765f72aefbff3a7ee08cdc689981a81f133f58ee368b","src/api/shuffle1_dyn.rs":"bfea5a91905b31444e9ef7ca6eddb7a9606b7e22d3f71bb842eb2795a0346620","src/api/slice.rs":"ee87484e8af329547b9a5d4f2a69e8bed6ea10bbd96270d706083843d4eea2ac","src/api/slice/from_slice.rs":"9b6f01ace2d12ef45c84608bb7aad3a122e2cc319b2d99170fc332a568b8de63","src/api/slice/write_to_slice.rs":"244b6bd6ccffa6e5a195f8b1abc66d94251b6d16b2ec3fe4d76d32caec68261e","src/api/swap_bytes.rs":"4a6792a2e49a77475e1b237592b4b2804dbddb79c474331acd0dd71b36934259","src/codegen.rs":"db4f232fb9f5728db310b87dc8c4733be48afacab1053798c06106bef9a42b05","src/codegen/bit_manip.rs":"525ea6ff7ad1e043b6f6136992166f1803ed5563b7f6fc292c1c40257d20e264","src/codegen/llvm.rs":"b4ccbc0bad90038f00fc3c158736462d01d0053df3afa00f9169e67d1a264444","src/codegen/math.rs":"dfcf02ad34e2fdfe22c3f1cc2822001cc895e65031b4d06e585e5047839febb7","src/codegen/math/float.rs":"2c1cbce155bc527ce34d472c0fef6bc3dadb79cd7a357dd7aa5b1ebeb1d77a13","src/codegen/math/float/abs.rs":"d5aaadcf540bdb9b4264dca6471a255fd7bf509e763bef0239c0144a68466fea","src/codegen/math/float/cos.rs":"17f28d2900c852dca221fa9c92a9cd5fe7fd2df8d427bbc60216c749b2be013d","src/codegen/math/float/cos_pi.rs":"dbaf9f443f9846a491d4ec52210a7b5835dd593b03366e3135b05c37d70f9d6c","src/codegen/math/float/exp.rs":"d300058a4bcc7ae7976f216f81902cd73a9e603ad63880dff3bbc866c27a9f37","src/codegen/math/float/ln.rs":"c851e211e43f8256093ba75b03ae0c307c9962ee66d94f09b4dd80068190cbdf","src/codegen/math/float/macros.rs":"fc9924869ed85e4795983af228cacf23158f4f35919adce16c920ad4a3f0a009","src/codegen/math/float/mul_add.rs":"041a5b69d5991d93ef795351b17560c10faf80b78fd26ad7df42a239b32cf9de","src/codegen/math/float/mul_adde.rs":"d71d5f0f3333b62a7439b823cb7adf5340ea1555ce820fb4a3f4cb922f73f5f5","src/codegen/math/float/powf.rs":"9742c3877f1a5509ca5c9492a40884b6579ba6dd11c26b7112e63f70666b395d","src/codegen/math/float/sin.rs":"0e9868d35531566509f3a01d85d5253045eb4afa8525d8407dcc1f5f33c56036","src/codegen/math/float/sin_cos_pi.rs":"8e6b6142d7dd240cdb36669722e82ab9810a2261e86e659f7d97a942ad8b1258","src/codegen/math/float/sin_pi.rs":"bb6d39db8f921e03a301fc5206ac1a61a97def8a2cb83b87ccf189f3fc48d548","src/codegen/math/float/sqrt.rs":"e6ebb0c5f428efad1f672b9a8fe4e58534dbf1ea5a8fe092ce5ce76b52fe89cb","src/codegen/math/float/sqrte.rs":"23acfaea38d0e081a6d9021c1094e813d0cfd12c58c1eca9662aade5e625d51c","src/codegen/pointer_sized_int.rs":"6ca13c214b6cf7e0929dbe18e96a16fc0bb7d8799608df29c4c8115490f99e01","src/codegen/reductions.rs":"8eb18ebac76985d2aa30262a2edd8cb004230b511a765d657525f677a585c12c","src/codegen/reductions/mask.rs":"e67f35a1f4d156a4894a2d6ea5a935b4d898cf70eefb2715f5c1cc165e776c11","src/codegen/reductions/mask/aarch64.rs":"84b101c17cad1ede4eb6d38cada0ac7da239dba8cea3badd3829b967e558431f","src/codegen/reductions/mask/arm.rs":"aaa07129bd078ae7e677cf8b8e67ec9f30536606a0c7ed1baaa18fd1793bb218","src/codegen/reductions/mask/fallback.rs":"3eb9319d2c7cf19216b607b8459612c4e027b643cf11b036937d36896bf76786","src/codegen/reductions/mask/fallback_impl.rs":"76547f396e55ef403327c77c314cf8db8c7a5c9b9819bfb925abeacf130249e5","src/codegen/reductions/mask/x86.rs":"36dcd8af4ab99730a078ed113d3955f74eb1a2876e2e6d9f224e0ff462c216d1","src/codegen/reductions/mask/x86/avx.rs":"3a40868b38c86e35aefb96d7578de6322efe89d8135e0366359b54ddd06f861a","src/codegen/reductions/mask/x86/avx2.rs":"677aed3f056285285daa3adff8bc65e739630b4424defa6d9665e160f027507e","src/codegen/reductions/mask/x86/sse.rs":"8522f6ed03f6c32dd577d4298df477c08aeaaa38563706f29096e1911ed731f2","src/codegen/reductions/mask/x86/sse2.rs":"54ec56e49b0c6841eccb719e4f310d65fe767c04136b2ec20bd8b9d7d9897b9e","src/codegen/shuffle.rs":"1ec2930f4e1acc43ac30b518af298d466a79e9e75734a51c380b7810efd1a27f","src/codegen/shuffle1_dyn.rs":"3f13ca1597378758d05106bf5ff3715eee531f3cb6d88f48b9182bd6c9386b51","src/codegen/swap_bytes.rs":"c67c86e91ca3fc77539e0efcea081a3c62548cccf503963ae408f2e86f4e6a21","src/codegen/v128.rs":"94226b31ec403d18d9d2fe06713f147c9c79e9b5f9105089088266313f843185","src/codegen/v16.rs":"ddec4ffb66b6f7aaffb9a1780c5ddba82557abd74f45073d335047e04cf74924","src/codegen/v256.rs":"6b63917f0444118d6b1595bff2045e59b97c4d24012bd575f69f1f0efc5a0241","src/codegen/v32.rs":"3477b3c5540aed86e61e2f5807dd31db947413cec9181c587d93ed6ec74f0eba","src/codegen/v512.rs":"5854f99d3aabc4cd42b28a20d9ce447756dc2ba024a409a69b6a8ae1f1842fc5","src/codegen/v64.rs":"e9e89caebfe63d10c0cbca61e4dfdba3b7e02ee0989170f80beed23237ddd950","src/codegen/vPtr.rs":"f0753b405cdc865bdf8e82c6505f299ea1f96136239ebbaf7f9ce93d310764b8","src/codegen/vSize.rs":"c89f5fdeb28ac4c8272ed1816fce03d9d95308cc32bb2533bd8b20cd5ac102ac","src/lib.rs":"dee6d850ba925493380d1f0c20615c21daa1e81c352798b6b42e47a4fbd17ce2","src/masks.rs":"70fc0abe4c2907ce2a491c574e1cfb9f3423385da2e1a923a48c9c13f8ba6ed8","src/sealed.rs":"ae7fdeaf5d84cd7710ed730ca72ca7eaba93df6cb0acb183e5c0a7327acf197f","src/testing.rs":"896669c08d8c801448a4d2fadc9d633eda0fbe879d229997e2a182e31278e469","src/testing/macros.rs":"403bbc5ecb7c786fe36156df302d0c07a8122408dbb15f7474d7682224ba1106","src/testing/utils.rs":"41912a92266dfe884647fc035e4242fd746100df8e839808ae0397af3759a3c8","src/v128.rs":"16cf9a8e7156b899ee9b9cd3f2dba9d13ec63289bea8c3ee9ae2e43ad9510288","src/v16.rs":"cb6465cf1e00bf530183af1819b9fe3d7eec978f8765d5e85d9b58a39a4b4045","src/v256.rs":"fe235017da18c7f3c361831c60e3173ad304d8ea1e95d64ebebc79da2d708511","src/v32.rs":"145d347855bac59b2de6508f9e594654e6c330423af9edc0e2ac8f4d1abdf45e","src/v512.rs":"f372f277f3e62eb5c945bb1c460333fdb17b6974fcc876633788ff53bded9599","src/v64.rs":"0b8079881b71575e3414be0b7f8f7eaba65281ba6732f2b2f61f73e95b6f48f7","src/vPtr.rs":"8b3e433d487180bb4304ff71245ecad90f0010f43e139a72027b672abe58facc","src/vSize.rs":"eda5aa020706cbf94d15bada41a0c2a35fc8f3f37cb7c2cd6f34d201399a495e","tests/endianness.rs":"2783d727e8ff8789211e03120634cd3ad9f8972fc484012681b5b63cf89408a7"},"package":null}
+\ No newline at end of file
+diff --git a/third_party/rust/packed_simd_2/ci/android-install-ndk.sh
b/third_party/rust/packed_simd_2/ci/android-install-ndk.sh
+deleted file mode 100644
+index 818e784..0000000
+--- a/third_party/rust/packed_simd_2/ci/android-install-ndk.sh
++++ /dev/null
+@@ -1,37 +0,0 @@
+-#!/usr/bin/env sh
+-# Copyright 2016 The Rust Project Developers. See the COPYRIGHT
+-# file at the top-level directory of this distribution and at
+-# http://rust-lang.org/COPYRIGHT.
+-#
+-# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+-# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+-# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
+-# option. This file may not be copied, modified, or distributed
+-# except according to those terms.
+-
+-set -ex
+-
+-curl --retry 5 -O https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
+-unzip -q android-ndk-r15b-linux-x86_64.zip
+-
+-case "$1" in
+- aarch64)
+- arch=arm64
+- ;;
+-
+- i686)
+- arch=x86
+- ;;
+-
+- *)
+- arch=$1
+- ;;
+-esac;
+-
+-android-ndk-r15b/build/tools/make_standalone_toolchain.py \
+- --unified-headers \
+- --install-dir "/android/ndk-${1}" \
+- --arch "${arch}" \
+- --api 24
+-
+-rm -rf ./android-ndk-r15b-linux-x86_64.zip ./android-ndk-r15b
+--
+2.42.0
+
diff --git
a/http/firefox/patches/0027-bgo-915306-rust-1.73-compatibility-patch2.patch
b/http/firefox/patches/0027-bgo-915306-rust-1.73-compatibility-patch2.patch
new file mode 100644
index 0000000..4585911
--- /dev/null
+++
b/http/firefox/patches/0027-bgo-915306-rust-1.73-compatibility-patch2.patch
@@ -0,0 +1,1030 @@
+https://github.com/rust-lang/rust/issues/116137
+https://github.com/mozilla/gecko-dev/commit/1e1bec8c6e383abf667d64ba1e556a4e68833f28
+
+From 1a74b204c8355d21571952764d6e81172ec14b4d Mon Sep 17 00:00:00 2001
+From: Mike Hommey <mh+mozilla AT glandium.org>
+Date: Mon, 11 Sep 2023 23:59:21 +0000
+Subject: [PATCH 2/2] Bug 1851530 - Use plain packed_simd.
+ r=hsivonen,supply-chain-reviewers
+
+As of bug 1719535, libm is vendored, so we don't need to pull it out of
+packed_simd anymore, and that was the last remaining difference between
+upstream and our fork.
+
+Differential Revision: https://phabricator.services.mozilla.com/D187413
+---
+ .cargo/config.in | 5 -
+ Cargo.lock | 3 +-
+ Cargo.toml | 1 -
+ supply-chain/config.toml | 4 -
+ third_party/rust/packed_simd/.appveyor.yml | 59 -----
+ .../rust/packed_simd/.cargo-checksum.json | 2 +-
+ .../.github/workflows/benchmarks.yml | 31 ---
+ .../rust/packed_simd/.github/workflows/ci.yml | 218 ------------------
+ .../packed_simd/.github/workflows/docs.yml | 13 --
+ .../.github/workflows/run-ci-script.yml | 86 -------
+ third_party/rust/packed_simd/.travis.yml | 212 -----------------
+ third_party/rust/packed_simd/Cargo.toml | 19 +-
+ .../rust/packed_simd/perf-guide/.gitignore | 1 -
+ third_party/rust/packed_simd/rust-toolchain | 1 +
+ third_party/rust/packed_simd/src/api.rs | 1 +
+ .../rust/packed_simd/src/api/math/float.rs | 3 +
+ .../packed_simd/src/api/math/float/tanh.rs | 29 +++
+ .../packed_simd/src/codegen/math/float.rs | 1 +
+ .../src/codegen/math/float/tanh.rs | 120 ++++++++++
+ 19 files changed, 169 insertions(+), 640 deletions(-)
+ delete mode 100644 third_party/rust/packed_simd/.appveyor.yml
+ delete mode 100644
third_party/rust/packed_simd/.github/workflows/benchmarks.yml
+ delete mode 100644 third_party/rust/packed_simd/.github/workflows/ci.yml
+ delete mode 100644 third_party/rust/packed_simd/.github/workflows/docs.yml
+ delete mode 100644
third_party/rust/packed_simd/.github/workflows/run-ci-script.yml
+ delete mode 100644 third_party/rust/packed_simd/.travis.yml
+ delete mode 100644 third_party/rust/packed_simd/perf-guide/.gitignore
+ create mode 100644 third_party/rust/packed_simd/rust-toolchain
+ create mode 100644 third_party/rust/packed_simd/src/api/math/float/tanh.rs
+ create mode 100644
third_party/rust/packed_simd/src/codegen/math/float/tanh.rs
+
+diff --git a/.cargo/config.in b/.cargo/config.in
+index e01bde5..7eaa7dc 100644
+--- a/.cargo/config.in
++++ b/.cargo/config.in
+@@ -55,11 +55,6 @@ git = "https://github.com/hsivonen/chardetng_c"
+ rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"
+ replace-with = "vendored-sources"
+
+-[source."git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4"]
+-git = "https://github.com/hsivonen/packed_simd"
+-rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4"
+-replace-with = "vendored-sources"
+-
+
[source."git+https://github.com/jfkthame/mapped_hyph.git?rev=c7651a0cffff41996ad13c44f689bd9cd2192c01"]
+ git = "https://github.com/jfkthame/mapped_hyph.git"
+ rev = "c7651a0cffff41996ad13c44f689bd9cd2192c01"
+diff --git a/Cargo.lock b/Cargo.lock
+index c3c7797..2a01af6 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -4120,7 +4120,8 @@ dependencies = [
+ [[package]]
+ name = "packed_simd"
+ version = "0.3.9"
+-source =
"git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4#e588ceb568878e1a3156ea9ce551d5b63ef0cdc4"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum =
"1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
+ dependencies = [
+ "cfg-if 1.0.0",
+ "num-traits",
+diff --git a/Cargo.toml b/Cargo.toml
+index 2f05181..81c06e1 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -187,7 +187,6 @@ cose = { git =
"https://github.com/franziskuskiefer/cose-rust", rev = "43c22248d
+ firefox-on-glean = { path = "toolkit/components/glean/api" }
+ icu_testdata = { path = "intl/icu_testdata" }
+ libudev-sys = { path = "dom/webauthn/libudev-sys" }
+-packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev =
"e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" }
+ midir = { git = "https://github.com/mozilla/midir.git", rev =
"519e651241e867af3391db08f9ae6400bc023e18" }
+ # Avoid the dependency on chrono
+ minidump-writer = { git =
"https://github.com/rust-minidump/minidump-writer.git", rev =
"a15bd5cab6a3de251c0c23264be14b977c0af09c" }
+diff --git a/supply-chain/config.toml b/supply-chain/config.toml
+index 78e339a..de88389 100644
+--- a/supply-chain/config.toml
++++ b/supply-chain/config.toml
+@@ -155,10 +155,6 @@ audit-as-crates-io = false
+ audit-as-crates-io = true
+ notes = "wgpu-core pins this crate."
+
+-[policy.packed_simd]
+-audit-as-crates-io = true
+-notes = "Based on upstream, see bug 1719674."
+-
+ [policy.peek-poke]
+ audit-as-crates-io = false
+
+diff --git a/third_party/rust/packed_simd/.appveyor.yml
b/third_party/rust/packed_simd/.appveyor.yml
+deleted file mode 100644
+index 0388cee..0000000
+--- a/third_party/rust/packed_simd/.appveyor.yml
++++ /dev/null
+@@ -1,59 +0,0 @@
+-matrix:
+- allow_failures:
+- # FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/72
+- - TARGET: i686-pc-windows-msvc
+- - TARGET: i686-pc-windows-gnu
+- - TARGET: x86_64-pc-windows-gnu
+- fast_finish: true
+-
+-environment:
+- matrix:
+- - TARGET: x86_64-pc-windows-msvc
+- MSYSTEM: MINGW64
+- NOVERIFY: "1"
+- - TARGET: x86_64-pc-windows-msvc
+- MSYSTEM: MINGW64
+- RUSTFLAGS: "-C target-feature=+sse4.2"
+- NOVERIFY: "1"
+- - TARGET: x86_64-pc-windows-msvc
+- MSYSTEM: MINGW64
+- RUSTFLAGS: "-C target-feature=+avx"
+- NOVERIFY: "1"
+- - TARGET: x86_64-pc-windows-msvc
+- MSYSTEM: MINGW64
+- RUSTFLAGS: "-C target-feature=+avx2"
+- NOVERIFY: "1"
+-
+- - TARGET: i686-pc-windows-msvc
+- MSYSTEM: MINGW32
+- NOVERIFY: "1"
+- - TARGET: i686-pc-windows-msvc
+- MSYSTEM: MINGW32
+- RUSTFLAGS: "-C target-feature=+sse4.2"
+- NOVERIFY: "1"
+- - TARGET: i686-pc-windows-msvc
+- MSYSTEM: MINGW32
+- RUSTFLAGS: "-C target-feature=+avx"
+- NOVERIFY: "1"
+- - TARGET: i686-pc-windows-msvc
+- MSYSTEM: MINGW32
+- RUSTFLAGS: "-C target-feature=+avx2"
+- NOVERIFY: "1"
+-
+- - TARGET: x86_64-pc-windows-gnu
+- MSYSTEM: MINGW64
+-
+- - TARGET: i686-pc-windows-gnu
+- MSYSTEM: MINGW32
+- - TARGET: x86_64-pc-windows-gnu
+- MSYSTEM: MINGW64
+-install:
+- - ps: if (ls -r . -fi "*.rs" | sls "`t") { throw "Found tab character" }
+- - ps: Start-FileDownload
"https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" -FileName
"rust-install.exe"
+- - ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
+- - ps: $env:PATH="$env:PATH;C:\rust\bin"
+- - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
+- - rustc -vV
+- - cargo -vV
+-build: false
+-test_script: bash -c "ci/run.sh"
+diff --git a/third_party/rust/packed_simd/.cargo-checksum.json
b/third_party/rust/packed_simd/.cargo-checksum.json
+index 92964c6..0d75492 100644
+--- a/third_party/rust/packed_simd/.cargo-checksum.json
++++ b/third_party/rust/packed_simd/.cargo-checksum.json
+@@ -1 +1 @@
+-{"files":{".appveyor.yml":"f1ed01850e0d725f9498f52a1a63ddf40702ad6e0bf5b2d7c4c04d76e96794a3",".github/workflows/benchmarks.yml":"d049f016dc53830a3fcc735833eca168df2e491f33b6b44ce7e4d5d1dd453854",".github/workflows/ci.yml":"170a2074add57ddc8f88b780149e4930162c6ee4718add4369dca8e3fd6c022a",".github/workflows/docs.yml":"86f7eb652c900624e4deb76320cd92175db1fa7295a76f28f30336ff0fad1604",".github/workflows/run-ci-script.yml":"d847be293f9ec17038e450652b1eb7bdc20b805c18c5dbab34d1d9ff7a9c8940",".travis.yml":"30a61a5ec53355fc1f3585e1690280308c2b7961701abc11e8389b235b647178","Cargo.toml":"02151c415f267a6aeb8651158472744d71e1d9da8883dd20be25731a42e520f4","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"6485b8ed310d3f0340bf1ad1f47645069ce4069dcc6bb46c7d5c6faf41de1fdb","README.md":"c4ac7027a9ab7d7858aa8957d7454dbfcdbb81e605b6a171f05310cc3cad3762","bors.toml":"dee881dc69b9b7834e4eba5d95c3ed5a416d4628815a167d6a22d4cb4fb064b8","build.rs":"019ed29c43989782d8eec3a961654cfc172d7a7898da4eca8f654700af7e1988","ci/all.sh":"2ae6b2445b4db83833e40b37efd0016c6b9879ee988b9b3ef94db5439a3e1606","ci/android-install-ndk.sh":"bdcf93ba9043ac1184e2c504a3d40c47c6c1601d882e0f0a27a8eb56fbabcb5f","ci/android-install-sdk.sh":"3490432022c5c8f5a115c084f7a9aca1626f96c0c87ffb62019228c4346b47e4","ci/android-sysimage.sh":"ebf4e5daa1f0fe1b2092b79f0f3f161c4c4275cb744e52352c4d81ab451e4c5a","ci/benchmark.sh":"b61d19ef6b90deba8fb79dee74c8b062d94844676293da346da87bb78a9a49a4","ci/deploy_and_run_on_ios_simulator.rs":"ec8ecf82d92072676aa47f0d1a3d021b60a7ae3531153ef12d2ff4541fc294dc","ci/docker/aarch64-linux-android/Dockerfile":"ace2e7d33c87bc0f6d3962a4a3408c04557646f7f51ab99cfbf574906796b016","ci/docker/aarch64-unknown-linux-gnu/Dockerfile":"da88c0d50f16dc08448c7fdf1fa5ed2cbe576acf9e7dd85b5b818621b2a8c702","ci/docker/arm-unknown-linux-gnueabi/Dockerfile":"bb5f8ae890707c128652290ffc544447643bf12037ddd73c6ad6989f848cb380","ci/docker/arm-unknown-linux-gnueabihf/Dockerfile":"1afaefcbc05b740859acd4e067bc92439be6bcbe8f2e9678474fb434bcd398d9","ci/docker/armv7-linux-androideabi/Dockerfile":"370e55d3330a413a3ccf677b3afb3e0ef9018a5fab263faa97ae8ac017fc2286","ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile":"8282ea707a94109beed47a57574755e2d58401735904a03f85fb64c578c53b4f","ci/docker/i586-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/i686-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/mips-unknown-linux-gnu/Dockerfile":"b2ebc25797612c4f8395fe9d407725156044955bfbcf442036b7f55b43a5f9da","ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile":"b0c1692ac65bc56dd30494b1993d8e929c48cc9c4b92029b7c7592af6d4f9220","ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile":"4e9249c179300138141d0b2b7401b11897f64aed69f541f078c1db4594df2827","ci/docker/mipsel-unknown-linux-musl/Dockerfile":"3164c52b0dcbb01afa78292b15b5c43503ccf0491cf6eb801ec2bf22ae274e52","ci/docker/powerpc-unknown-linux-gnu/Dockerfile":"ae8274309928620a5dd232a46264e05399bb746288ebee3843a71c4162208cc3","ci/docker/powerpc64-unknown-linux-gnu/Dockerfile":"ba5fbc4bf3bb91cd50b407248da31225681efc8f2be7618f4a0ab1219b389508","ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile":"53f97f8b9b5aca7534b9bf9ea48f35175052cd2a560a107e01ad270731c032fc","ci/docker/s390x-unknown-linux-gnu/Dockerfile":"89f5421cf06d817ae94092987e914472ef384ad2d1fff2735be3d8786ba11214","ci/docker/sparc64-unknown-linux-gnu/Dockerfile":"83eba19576486f9d10d7c037d669d72b31a65565a479f30b22aab36aaa2ff8dc","ci/docker/thumbv7neon-linux-androideabi/Dockerfile":"c2decd5591bd7a09378901bef629cd944acf052eb55e4f35b79eb9cb4d62246a","ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile":"51955a8bf3c4d440f47382af6f5426ebff94ab01a04da36175babda9a057740f","ci/docker/wasm32-unknown-unknown/Dockerfile":"b982b421c70db476900df5b60e19ef8815e6c7dae22687225002780cab7b0a76","ci/docker/x86_64-linux-android/Dockerfile":"a17ebdb186ce2dd6b62100b5a439e05a1ab9adab113e2508843e121aaea52992","ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile":"44b6203d9290bfdc53d81219f0937e1110847a23dd982ec8c4de388354f01536","ci/docker/x86_64-unknown-linux-gnu/Dockerfile":"7f4e3ca5fa288ea70edb4d1f75309708cd30b192e2e4444e61c4d5b3b58f89cf","ci/dox.sh":"434e9611c52e389312d2b03564adf09429f10cc76fe66a8644adb104903b87b7","ci/linux-s390x.sh":"d6b732d7795b4ba131326aff893bca6228a7d2eb0e9402f135705413dbbe0dce","ci/linux-sparc64.sh":"c92966838b1ab7ad3b7a344833ee726aba6b647cf5952e56f0ad1ba420b13325","ci/lld-shim.rs":"3d7f71ec23a49e2b67f694a0168786f9a954dda15f5a138815d966643fd3fcc3","ci/max_line_width.sh":"0a1518bba4c9ecaa55694cb2e9930d0e19c265baabf73143f17f9cf285aaa5bb","ci/run-docker.sh":"92e036390ad9b0d16f109579df1b5ced2e72e9afea40c7d011400ebd3a2a90de","ci/run.sh":"9afabc961e0ee83b87201f3fd554c19e5b0c36f3a95d013595e276c9882dd0a4","ci/run_examples.sh":"d1a23c6c35374a0678ba5114b9b8fefd8be0a79e774872a8bf0898d1baca18d0","ci/runtest-android.rs":"145a8e9799a5223975061fe7e586ade5669ee4877a7d7a4cf6b4ab48e8e36c7c","ci/setup_benchmarks.sh":"fae3960023f6f3d1388cd2ad22fdbab4b075f1f29dd4292d7994a20783beb6cf","ci/test-runner-linux":"c8aa6025cff5306f4f31d0c61dc5f9d4dd5a1d189ab613ef8d4c367c694d9ccd","contributing.md":"2d2629310ad4d464c482bdbb5819f0d6ce223c576aeef2cdce6a1f6857085ea5","perf-guide/.gitignore":"fe82c7da551079d832cf74200b0b359b4df9828cb4a0416fa7384f07a2ae6a13","perf-guide/book.toml":"115a98284126c6b180178b44713314cc494f08a71662ee2ce15cf67f17a51064","perf-guide/src/SUMMARY.md":"3e03bffc991fdc2050f3d51842d72d9d21ea6abab56a3baf3b2d5973a78b89e1","perf-guide/src/ascii.css":"29afb08833b2fe2250f0412e1fa1161a2432a0820a14953c87124407417c741a","perf-guide/src/bound_checks.md":"5e4991ff58a183ef0cd9fdc1feb4cd12d083b44bdf87393bbb0927808ef3ce7d","perf-guide/src/float-math/approx.md":"8c09032fa2d795a0c5db1775826c850d28eb2627846d0965c60ee72de63735ad","perf-guide/src/float-math/fma.md":"311076ba4b741d604a82e74b83a8d7e8c318fcbd7f64c4392d1cf5af95c60243","perf-guide/src/float-math/fp.md":"04153e775ab6e4f0d7837bcc515230d327b04edfa34c84ce9c9e10ebaeef2be8","perf-guide/src/float-math/svml.md":"0798873b8eedaeda5fed62dc91645b57c20775a02d3cd74d8bd06958f1516506","perf-guide/src/introduction.md":"9f5a19e9e6751f25d2daad39891a0cc600974527ec4c8305843f9618910671bd","perf-guide/src/prof/linux.md":"447731eb5de7d69166728fdbc5ecb0c0c9db678ea493b45a592d67dd002184c0","perf-guide/src/prof/mca.md":"f56d54f3d20e7aa4d32052186e8237b03d65971eb5d112802b442570ff11d344","perf-guide/src/prof/profiling.md":"8a650c0fd6ede0964789bb6577557eeef1d8226a896788602ce61528e260e43c","perf-guide/src/target-feature/attribute.md":"615f88dca0a707b6c416fa605435dd6e1fb5361cc639429cbf68cd87624bd78b","perf-guide/src/target-feature/features.md":"17077760ff24c006b606dd21889c53d87228f4311f3ba3a574f9afdeacd86165","perf-guide/src/target-feature/inlining.md":"7ed1d7068d8173a00d84c16cfe5871cd68b9f04f8d0cca2d01ebc84957ebf2f6","perf-guide/src/target-feature/practice.md":"c4b371842e0086df178488fec97f20def8f0c62ee588bcd25fd948b9b1fa227e","perf-guide/src/target-feature/runtime.md":"835425f5ee597fb3e51d36e725a81ebee29f4561231d19563cd4da81dbb1cfcb","perf-guide/src/target-feature/rustflags.md":"01197acf6f0adec8db32b8591811f69cecb6555a2b05dc5d5ec27d0e3f7b065e","perf-guide/src/vert-hor-ops.md":"c6211c0ee91e60552ec592d89d9d957eedc21dee3cbd89e1ad6765ea06a27471","rustfmt.toml":"d99a43f3f8ef9e425cf01c333fba9f0051f888f5d87ab4e8f63c2f7d0fe6620f","src/api.rs":"bb1795e9657a8298d37d2349b45443f08e9e455399ad4b727018600728478c10","src/api/bit_manip.rs":"27f3097fc0a11e3c4107049d9779e680dcd67407a066704008a6b9c4fd529e05","src/api/bitmask.rs":"058ebc38a2e0363f07a441d3e9a4775aaec57ccb170a0e5d5efa5dc4743ab07b","src/api/cast.rs":"03b94a3d316ac7b7be7068810044911e965e889a0ace7bae762749ca74a92747","src/api/cast/macros.rs":"b0a14d0c83ad2ebb7a275180f6d9e3f2bc312ba57a7d3d6c39fad4e0f20f9408","src/api/cast/v128.rs":"edd0994efac4379dff26e178423a52dbb3ffeb38b1fc97cae975d744c00b4fb6","src/api/cast/v16.rs":"96bd98c2d21b0663abe6c0ab33005b1fa693f3db7ee6795351391343863484da","src/api/cast/v256.rs":"8c31fe91f5e78ef737dfba6979cc1240210cb094a89d284fe459bf8a991ca24b","src/api/cast/v32.rs":"a99a79dd84d2a5e6adf9db98705675915bd03fd1287d489c7fe38e84d7e4a086","src/api/cast/v512.rs":"c0dd526f41ed7b8a71c3743d91267554ec0a0c75834ccc2e3ecb0ef3004af642","src/api/cast/v64.rs":"6572fdba2a1241a6cd666d3f0cce3306cd2cb7e5e236172e59d5d4351c8a88af","src/api/cmp.rs":"357c3a2a09c6d4611c32dd7fa95be2fae933d513e229026ec9b44451a77b884e","src/api/cmp/eq.rs":"60f70f355bae4cb5b17db53204cacc3890f70670611c17df638d4c04f7cc8075","src/api/cmp/ord.rs":"589f7234761c294fa5df8f525bc4acd5a47cdb602207d524a0d4e19804cd9695","src/api/cmp/partial_eq.rs":"902ccb8aa01fd5738b30ba0b712669c21d4801958907e03bad23432c7dba0198","src/api/cmp/partial_ord.rs":"9db0c37d7434cdfc62d8d66912e972fa3d8c115ab2af051a6f45e414bd3e4f1c","src/api/cmp/vertical.rs":"de3d62f38eba817299aa16f1e1939954c9a447e316509397465c2830852ba053","src/api/default.rs":"67bf21c134127d12a7028c8b88a57f0ceee8ccbd74976da8ca74eb9f16a174d5","src/api/fmt.rs":"67fb804bb86b6cd77cf8cd492b5733ce437071b66fe3297278b8a6552c325dda","src/api/fmt/binary.rs":"02b2b287f7404f8a983813cf70c87108c8da3835578b63ab303116885f609413","src/api/fmt/debug.rs":"56e1c3bdc092747344fffaafff9da7163ee7827857f6fb7cb1c9923eca4f6fa0","src/api/fmt/lower_hex.rs":"558fd592f7f485712fb051509cecc7174a21e6bf62e5ce64766e75afc97bb8e1","src/api/fmt/octal.rs":"3b2e70877a4f368c7704f8e254236c014c365c74d93371c1feb5f030e6c66422","src/api/fmt/upper_hex.rs":"2a442f666bc80e22d41f903f881238fe114dd49344c3ed69849250e853cafc5d","src/api/from.rs":"2e599d8329cb05eaf06224cc441355c4b7b51254fc19256619333be8c149d444","src/api/from/from_array.rs":"5d2cc700568376bf6ee1fe5e406da3bc2d488ff155644bf73d06a1349b73fc53","src/api/from/from_vector.rs":"9764371aa9e6005aace74dea14f59e5611a095b7cf42707940924749282c52f0","src/api/hash.rs":"5076ece87969592c876486f5b1ea8affbeaec379d1a14a30859e0aa5592019de","src/api/into_bits.rs":"8f8011627250e23e66b5c0ca641afb079d8232674bb1354140b536bdbea63e55","src/api/into_bits/arch_specific.rs":"e7445021f3908326bfee758835e5fc5ad56aa1baa77fc1c58abe4350c66c670a","src/api/into_bits/macros.rs":"bb4fe99be2af6a21d805efab44c8e4e61a7b2adb42a65504a0cf26d13efdadcd","src/api/into_bits/v128.rs":"145a44922b09a5ca5b62d88a461d327d399a997a15db4b11d7b17e554a9fa4c0","src/api/into_bits/v16.rs":"f4f4f61ba88aa51b158ec56ca3dce234349aea0daf2b3029a14ab5125d1e41e5","src/api/into_bits/v256.rs":"8cea9c5d9809f11323cb7cdc53b83df593fd17caf926251e412ae9777bed547f","src/api/into_bits/v32.rs":"905ba683d342fa32f4202b80bb46530807bd0a5b588f6c2e8c9f475223c47775","src/api/into_bits/v512.rs":"e25afa1fbf088a5d58e7d75d197b6cd4c56637ea28542ba18e46a451f29d04e7","src/api/into_bits/v64.rs":"d6238022ccff7b92e55b3f6017fc269acb6f36330a6d7e8fb389853a0f1b6478","src/api/math.rs":"8b2a2fc651917a850539f993aa0b9e5bf4da67b11685285b8de8cdca311719ec","src/api/math/float.rs":"61d2794d68262a1090ae473bd30793b5f65cf732f32a6694a3af2ce5d9225616","src/api/math/float/abs.rs":"5b6b2701e2e11135b7ce58a05052ea8120e10e4702c95d046b9d21b827b26bf8","src/api/math/float/consts.rs":"6302c9261da4291d144d5bb53493cdd073498feb40955fb6860ea3c4d06c978a","src/api/math/float/cos.rs":"4c2dd7173728ef189314f1576c9486e03be21b7da98843b2f9011282a7979e31","src/api/math/float/exp.rs":"7c6d5f1e304f498a01cfa23b92380c815d7da0ad94eae3483783bc377d287eef","src/api/math/float/ln.rs":"54c7583f3df793b39ff57534fade27b41bb992439e5dc178252f5ca3190a3e54","src/api/math/float/mul_add.rs":"62cac77660d20159276d4c9ef066eb90c81cbddb808e8e157182c607625ad2eb","src/api/math/float/mul_adde.rs":"bae056ee9f3a70df39ec3c3b2f6437c65303888a7b843ef1a5bcf1f5aca0e602","src/api/math/float/powf.rs":"9ddb938984b36d39d82a82f862f80df8f7fb013f1d222d45698d41d88472f568","src/api/math/float/recpre.rs":"589225794ff1dbf31158dff660e6d4509ecc8befbb57c633900dea5ac0b840d6","src/api/math/float/rsqrte.rs":"a32abdcc318d7ccc8448231f54d75b884b7cbeb03a7d595713ab6243036f4dbf","src/api/math/float/sin.rs":"cbd3622b7df74f19691743001c8cf747a201f8977ad90542fee915f37dcd1e49","src/api/math/float/sqrt.rs":"0c66d5d63fb08e4d99c6b82a8828e41173aff1ac9fa1a2764a11fac217ccf2ac","src/api/math/float/sqrte.rs":"731e1c9f321b662accdd27dacb3aac2e8043b7aecb2f2161dde733bd9f025362","src/api/minimal.rs":"1f22bcc528555444e76de569ec0ae2029b9ae9d04805efeafa93369c8098036b","src/api/minimal/iuf.rs":"819cff26d3e196f807645bcc1d79eb27d9f175edb89910f2274d52a1e913cd11","src/api/minimal/mask.rs":"0cae10ae1fc65f5070e686c0c79bfba27b86b33d6c399367bd4848fb367dcec4","src/api/minimal/ptr.rs":"f74d7a4925d7209faebc26ea8315259cb2c08ec65789a70869e595649a9bc39a","src/api/ops.rs":"3e273b277a0f3019d42c3c59ca94a5afd4885d5ae6d2182e5089bbeec9de42ee","src/api/ops/scalar_arithmetic.rs":"d2d5ad897a59dd0787544f927e0e7ca4072c3e58b0f4a2324083312b0d5a21d7","src/api/ops/scalar_bitwise.rs":"482204e459ca6be79568e1c9f70adbe2d2151412ddf122fb2161be8ebb51c40c","src/api/ops/scalar_mask_bitwise.rs":"c250f52042e37b22d57256c80d4604104cfd2fbe2a2e127c676267270ca5d350","src/api/ops/scalar_shifts.rs":"c4773d435c3f9da4454327e6fbb2b5b41a1c0ebb1cca7372e69dc7a344a1b6e4","src/api/ops/vector_arithmetic.rs":"ddca15d09ddeef502c2ed66117a62300ca65d87e959e8b622d767bdf1c307910","src/api/ops/vector_bitwise.rs":"b3968f7005b649edcc22a54e2379b14d5ee19045f2e784029805781ae043b5ee","src/api/ops/vector_float_min_max.rs":"76bf8cb607e2c442923c1da1061a6b80d742d607408033c2a3761161114cf2a0","src/api/ops/vector_int_min_max.rs":"a378789c6ff9b32a51fbd0a97ffd36ed102cd1fe6a067d2b02017c1df342def6","src/api/ops/vector_mask_bitwise.rs":"5052d18517d765415d40327e6e8e55a312daaca0a5e2aec959bfa54b1675f9c8","src/api/ops/vector_neg.rs":"5c62f6b0221983cdbd23cd0a3af3672e6ba1255f0dfe8b19aae6fbd6503e231b","src/api/ops/vector_rotates.rs":"6c3f761d9d551f6365a8a95539ceace4b1a02e0b12d144f34ed68db94e88cff4","src/api/ops/vector_shifts.rs":"e510be14127c0ffd58a2573a39701da3557d66bedec09837ac8bbd44d579da00","src/api/ptr.rs":"8a793251bed6130dcfb2f1519ceaa18b751bbb15875928d0fb6deb5a5e07523a","src/api/ptr/gather_scatter.rs":"3d614f9d5b4ca201a9f7e46af4405e1d2c28ecee1620297c23b52e37b92cc0ea","src/api/reductions.rs":"ae5baca81352ecd44526d6c30c0a1feeda475ec73ddd3c3ec6b14e944e5448ee","src/api/reductions/bitwise.rs":"8bf910ae226188bd15fc7e125f058cd2566b6186fcd0cd8fd020f352c39ce139","src/api/reductions/float_arithmetic.rs":"47a5679896db2cbb56c31372fe42143da015b6beae7db5d2f3a0309ddf427ae1","src/api/reductions/integer_arithmetic.rs":"c2df3cf7493cca4174f2c65aea422a3d20d8a23af03f8d57cef72c19fee8f20d","src/api/reductions/mask.rs":"db83327a950e33a317f37fd33ca4e20c347fb415975ec024f3e23da8509425af","src/api/reductions/min_max.rs":"6af8c9aa45c69961b1b6fc205395f4767d4421869fb105fb3d563c5605fc13cd","src/api/select.rs":"6b07e7e8026df561f7307221a896f0fbb272536f41b9109040ac094c24c69331","src/api/shuffle.rs":"be7faff9b59654926df12897b2f98a4baa7d6acf2af1aaf93d388ba6e96f83ec","src/api/shuffle1_dyn.rs":"bfea5a91905b31444e9ef7ca6eddb7a9606b7e22d3f71bb842eb2795a0346620","src/api/slice.rs":"ee87484e8af329547b9a5d4f2a69e8bed6ea10bbd96270d706083843d4eea2ac","src/api/slice/from_slice.rs":"3735363000737104a8fc5f394ad8c31ec14e885952bd57647dd2a84001aee0a6","src/api/slice/write_to_slice.rs":"79d09c64d00724783c77c42e4583eeec97b18db94cf2ae146b564c3f85cfefd6","src/api/swap_bytes.rs":"05b4262eaade2f63e6cd3b780c19a03aecd2459d4cc4360051fc088887179a6e","src/codegen.rs":"db4f232fb9f5728db310b87dc8c4733be48afacab1053798c06106bef9a42b05","src/codegen/bit_manip.rs":"525ea6ff7ad1e043b6f6136992166f1803ed5563b7f6fc292c1c40257d20e264","src/codegen/llvm.rs":"12e748b4928c3be6cc12b4165c3041a3d0efccf6195338ecd3d88b8fdb0bbcc7","src/codegen/math.rs":"dfcf02ad34e2fdfe22c3f1cc2822001cc895e65031b4d06e585e5047839febb7","src/codegen/math/float.rs":"2c1cbce155bc527ce34d472c0fef6bc3dadb79cd7a357dd7aa5b1ebeb1d77a13","src/codegen/math/float/abs.rs":"d5aaadcf540bdb9b4264dca6471a255fd7bf509e763bef0239c0144a68466fea","src/codegen/math/float/cos.rs":"17f28d2900c852dca221fa9c92a9cd5fe7fd2df8d427bbc60216c749b2be013d","src/codegen/math/float/cos_pi.rs":"dbaf9f443f9846a491d4ec52210a7b5835dd593b03366e3135b05c37d70f9d6c","src/codegen/math/float/exp.rs":"d300058a4bcc7ae7976f216f81902cd73a9e603ad63880dff3bbc866c27a9f37","src/codegen/math/float/ln.rs":"c851e211e43f8256093ba75b03ae0c307c9962ee66d94f09b4dd80068190cbdf","src/codegen/math/float/macros.rs":"fc9924869ed85e4795983af228cacf23158f4f35919adce16c920ad4a3f0a009","src/codegen/math/float/mul_add.rs":"041a5b69d5991d93ef795351b17560c10faf80b78fd26ad7df42a239b32cf9de","src/codegen/math/float/mul_adde.rs":"d71d5f0f3333b62a7439b823cb7adf5340ea1555ce820fb4a3f4cb922f73f5f5","src/codegen/math/float/powf.rs":"9742c3877f1a5509ca5c9492a40884b6579ba6dd11c26b7112e63f70666b395d","src/codegen/math/float/sin.rs":"0e9868d35531566509f3a01d85d5253045eb4afa8525d8407dcc1f5f33c56036","src/codegen/math/float/sin_cos_pi.rs":"8e6b6142d7dd240cdb36669722e82ab9810a2261e86e659f7d97a942ad8b1258","src/codegen/math/float/sin_pi.rs":"bb6d39db8f921e03a301fc5206ac1a61a97def8a2cb83b87ccf189f3fc48d548","src/codegen/math/float/sqrt.rs":"e6ebb0c5f428efad1f672b9a8fe4e58534dbf1ea5a8fe092ce5ce76b52fe89cb","src/codegen/math/float/sqrte.rs":"23acfaea38d0e081a6d9021c1094e813d0cfd12c58c1eca9662aade5e625d51c","src/codegen/pointer_sized_int.rs":"6ca13c214b6cf7e0929dbe18e96a16fc0bb7d8799608df29c4c8115490f99e01","src/codegen/reductions.rs":"8eb18ebac76985d2aa30262a2edd8cb004230b511a765d657525f677a585c12c","src/codegen/reductions/mask.rs":"e67f35a1f4d156a4894a2d6ea5a935b4d898cf70eefb2715f5c1cc165e776c11","src/codegen/reductions/mask/aarch64.rs":"84b101c17cad1ede4eb6d38cada0ac7da239dba8cea3badd3829b967e558431f","src/codegen/reductions/mask/arm.rs":"aaa07129bd078ae7e677cf8b8e67ec9f30536606a0c7ed1baaa18fd1793bb218","src/codegen/reductions/mask/fallback.rs":"3eb9319d2c7cf19216b607b8459612c4e027b643cf11b036937d36896bf76786","src/codegen/reductions/mask/fallback_impl.rs":"76547f396e55ef403327c77c314cf8db8c7a5c9b9819bfb925abeacf130249e5","src/codegen/reductions/mask/x86.rs":"36dcd8af4ab99730a078ed113d3955f74eb1a2876e2e6d9f224e0ff462c216d1","src/codegen/reductions/mask/x86/avx.rs":"3a40868b38c86e35aefb96d7578de6322efe89d8135e0366359b54ddd06f861a","src/codegen/reductions/mask/x86/avx2.rs":"677aed3f056285285daa3adff8bc65e739630b4424defa6d9665e160f027507e","src/codegen/reductions/mask/x86/sse.rs":"8522f6ed03f6c32dd577d4298df477c08aeaaa38563706f29096e1911ed731f2","src/codegen/reductions/mask/x86/sse2.rs":"54ec56e49b0c6841eccb719e4f310d65fe767c04136b2ec20bd8b9d7d9897b9e","src/codegen/shuffle.rs":"1ec2930f4e1acc43ac30b518af298d466a79e9e75734a51c380b7810efd1a27f","src/codegen/shuffle1_dyn.rs":"3f13ca1597378758d05106bf5ff3715eee531f3cb6d88f48b9182bd6c9386b51","src/codegen/swap_bytes.rs":"c67c86e91ca3fc77539e0efcea081a3c62548cccf503963ae408f2e86f4e6a21","src/codegen/v128.rs":"94226b31ec403d18d9d2fe06713f147c9c79e9b5f9105089088266313f843185","src/codegen/v16.rs":"ddec4ffb66b6f7aaffb9a1780c5ddba82557abd74f45073d335047e04cf74924","src/codegen/v256.rs":"6b63917f0444118d6b1595bff2045e59b97c4d24012bd575f69f1f0efc5a0241","src/codegen/v32.rs":"3477b3c5540aed86e61e2f5807dd31db947413cec9181c587d93ed6ec74f0eba","src/codegen/v512.rs":"5854f99d3aabc4cd42b28a20d9ce447756dc2ba024a409a69b6a8ae1f1842fc5","src/codegen/v64.rs":"e9e89caebfe63d10c0cbca61e4dfdba3b7e02ee0989170f80beed23237ddd950","src/codegen/vPtr.rs":"f0753b405cdc865bdf8e82c6505f299ea1f96136239ebbaf7f9ce93d310764b8","src/codegen/vSize.rs":"c89f5fdeb28ac4c8272ed1816fce03d9d95308cc32bb2533bd8b20cd5ac102ac","src/lib.rs":"05048c6a85ec65cf902d9dd8f757a3f76392b703a6794ea71f0d41500a89f78f","src/masks.rs":"70fc0abe4c2907ce2a491c574e1cfb9f3423385da2e1a923a48c9c13f8ba6ed8","src/sealed.rs":"ae7fdeaf5d84cd7710ed730ca72ca7eaba93df6cb0acb183e5c0a7327acf197f","src/testing.rs":"896669c08d8c801448a4d2fadc9d633eda0fbe879d229997e2a182e31278e469","src/testing/macros.rs":"403bbc5ecb7c786fe36156df302d0c07a8122408dbb15f7474d7682224ba1106","src/testing/utils.rs":"41912a92266dfe884647fc035e4242fd746100df8e839808ae0397af3759a3c8","src/v128.rs":"16cf9a8e7156b899ee9b9cd3f2dba9d13ec63289bea8c3ee9ae2e43ad9510288","src/v16.rs":"cb6465cf1e00bf530183af1819b9fe3d7eec978f8765d5e85d9b58a39a4b4045","src/v256.rs":"fe235017da18c7f3c361831c60e3173ad304d8ea1e95d64ebebc79da2d708511","src/v32.rs":"145d347855bac59b2de6508f9e594654e6c330423af9edc0e2ac8f4d1abdf45e","src/v512.rs":"f372f277f3e62eb5c945bb1c460333fdb17b6974fcc876633788ff53bded9599","src/v64.rs":"0b8079881b71575e3414be0b7f8f7eaba65281ba6732f2b2f61f73e95b6f48f7","src/vPtr.rs":"8b3e433d487180bb4304ff71245ecad90f0010f43e139a72027b672abe58facc","src/vSize.rs":"eda5aa020706cbf94d15bada41a0c2a35fc8f3f37cb7c2cd6f34d201399a495e","tests/endianness.rs":"5147f86d224c4c540b772033da2f994cad9bc9c035f38ec21e23bc4e55f8a759"},"package":null}
+\ No newline at end of file
++{"files":{"Cargo.toml":"ae219b55eab1f8cd8c3497d7327ea0e5426dba23d2446f7981ca799ad80b6a52","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"6485b8ed310d3f0340bf1ad1f47645069ce4069dcc6bb46c7d5c6faf41de1fdb","README.md":"c4ac7027a9ab7d7858aa8957d7454dbfcdbb81e605b6a171f05310cc3cad3762","bors.toml":"dee881dc69b9b7834e4eba5d95c3ed5a416d4628815a167d6a22d4cb4fb064b8","build.rs":"019ed29c43989782d8eec3a961654cfc172d7a7898da4eca8f654700af7e1988","ci/all.sh":"2ae6b2445b4db83833e40b37efd0016c6b9879ee988b9b3ef94db5439a3e1606","ci/android-install-ndk.sh":"bdcf93ba9043ac1184e2c504a3d40c47c6c1601d882e0f0a27a8eb56fbabcb5f","ci/android-install-sdk.sh":"3490432022c5c8f5a115c084f7a9aca1626f96c0c87ffb62019228c4346b47e4","ci/android-sysimage.sh":"ebf4e5daa1f0fe1b2092b79f0f3f161c4c4275cb744e52352c4d81ab451e4c5a","ci/benchmark.sh":"b61d19ef6b90deba8fb79dee74c8b062d94844676293da346da87bb78a9a49a4","ci/deploy_and_run_on_ios_simulator.rs":"ec8ecf82d92072676aa47f0d1a3d021b60a7ae3531153ef12d2ff4541fc294dc","ci/docker/aarch64-linux-android/Dockerfile":"ace2e7d33c87bc0f6d3962a4a3408c04557646f7f51ab99cfbf574906796b016","ci/docker/aarch64-unknown-linux-gnu/Dockerfile":"da88c0d50f16dc08448c7fdf1fa5ed2cbe576acf9e7dd85b5b818621b2a8c702","ci/docker/arm-unknown-linux-gnueabi/Dockerfile":"bb5f8ae890707c128652290ffc544447643bf12037ddd73c6ad6989f848cb380","ci/docker/arm-unknown-linux-gnueabihf/Dockerfile":"1afaefcbc05b740859acd4e067bc92439be6bcbe8f2e9678474fb434bcd398d9","ci/docker/armv7-linux-androideabi/Dockerfile":"370e55d3330a413a3ccf677b3afb3e0ef9018a5fab263faa97ae8ac017fc2286","ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile":"8282ea707a94109beed47a57574755e2d58401735904a03f85fb64c578c53b4f","ci/docker/i586-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/i686-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/mips-unknown-linux-gnu/Dockerfile":"b2ebc25797612c4f8395fe9d407725156044955bfbcf442036b7f55b43a5f9da","ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile":"b0c1692ac65bc56dd30494b1993d8e929c48cc9c4b92029b7c7592af6d4f9220","ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile":"4e9249c179300138141d0b2b7401b11897f64aed69f541f078c1db4594df2827","ci/docker/mipsel-unknown-linux-musl/Dockerfile":"3164c52b0dcbb01afa78292b15b5c43503ccf0491cf6eb801ec2bf22ae274e52","ci/docker/powerpc-unknown-linux-gnu/Dockerfile":"ae8274309928620a5dd232a46264e05399bb746288ebee3843a71c4162208cc3","ci/docker/powerpc64-unknown-linux-gnu/Dockerfile":"ba5fbc4bf3bb91cd50b407248da31225681efc8f2be7618f4a0ab1219b389508","ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile":"53f97f8b9b5aca7534b9bf9ea48f35175052cd2a560a107e01ad270731c032fc","ci/docker/s390x-unknown-linux-gnu/Dockerfile":"89f5421cf06d817ae94092987e914472ef384ad2d1fff2735be3d8786ba11214","ci/docker/sparc64-unknown-linux-gnu/Dockerfile":"83eba19576486f9d10d7c037d669d72b31a65565a479f30b22aab36aaa2ff8dc","ci/docker/thumbv7neon-linux-androideabi/Dockerfile":"c2decd5591bd7a09378901bef629cd944acf052eb55e4f35b79eb9cb4d62246a","ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile":"51955a8bf3c4d440f47382af6f5426ebff94ab01a04da36175babda9a057740f","ci/docker/wasm32-unknown-unknown/Dockerfile":"b982b421c70db476900df5b60e19ef8815e6c7dae22687225002780cab7b0a76","ci/docker/x86_64-linux-android/Dockerfile":"a17ebdb186ce2dd6b62100b5a439e05a1ab9adab113e2508843e121aaea52992","ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile":"44b6203d9290bfdc53d81219f0937e1110847a23dd982ec8c4de388354f01536","ci/docker/x86_64-unknown-linux-gnu/Dockerfile":"7f4e3ca5fa288ea70edb4d1f75309708cd30b192e2e4444e61c4d5b3b58f89cf","ci/dox.sh":"434e9611c52e389312d2b03564adf09429f10cc76fe66a8644adb104903b87b7","ci/linux-s390x.sh":"d6b732d7795b4ba131326aff893bca6228a7d2eb0e9402f135705413dbbe0dce","ci/linux-sparc64.sh":"c92966838b1ab7ad3b7a344833ee726aba6b647cf5952e56f0ad1ba420b13325","ci/lld-shim.rs":"3d7f71ec23a49e2b67f694a0168786f9a954dda15f5a138815d966643fd3fcc3","ci/max_line_width.sh":"0a1518bba4c9ecaa55694cb2e9930d0e19c265baabf73143f17f9cf285aaa5bb","ci/run-docker.sh":"92e036390ad9b0d16f109579df1b5ced2e72e9afea40c7d011400ebd3a2a90de","ci/run.sh":"9afabc961e0ee83b87201f3fd554c19e5b0c36f3a95d013595e276c9882dd0a4","ci/run_examples.sh":"d1a23c6c35374a0678ba5114b9b8fefd8be0a79e774872a8bf0898d1baca18d0","ci/runtest-android.rs":"145a8e9799a5223975061fe7e586ade5669ee4877a7d7a4cf6b4ab48e8e36c7c","ci/setup_benchmarks.sh":"fae3960023f6f3d1388cd2ad22fdbab4b075f1f29dd4292d7994a20783beb6cf","ci/test-runner-linux":"c8aa6025cff5306f4f31d0c61dc5f9d4dd5a1d189ab613ef8d4c367c694d9ccd","contributing.md":"2d2629310ad4d464c482bdbb5819f0d6ce223c576aeef2cdce6a1f6857085ea5","perf-guide/book.toml":"115a98284126c6b180178b44713314cc494f08a71662ee2ce15cf67f17a51064","perf-guide/src/SUMMARY.md":"3e03bffc991fdc2050f3d51842d72d9d21ea6abab56a3baf3b2d5973a78b89e1","perf-guide/src/ascii.css":"29afb08833b2fe2250f0412e1fa1161a2432a0820a14953c87124407417c741a","perf-guide/src/bound_checks.md":"5e4991ff58a183ef0cd9fdc1feb4cd12d083b44bdf87393bbb0927808ef3ce7d","perf-guide/src/float-math/approx.md":"8c09032fa2d795a0c5db1775826c850d28eb2627846d0965c60ee72de63735ad","perf-guide/src/float-math/fma.md":"311076ba4b741d604a82e74b83a8d7e8c318fcbd7f64c4392d1cf5af95c60243","perf-guide/src/float-math/fp.md":"04153e775ab6e4f0d7837bcc515230d327b04edfa34c84ce9c9e10ebaeef2be8","perf-guide/src/float-math/svml.md":"0798873b8eedaeda5fed62dc91645b57c20775a02d3cd74d8bd06958f1516506","perf-guide/src/introduction.md":"9f5a19e9e6751f25d2daad39891a0cc600974527ec4c8305843f9618910671bd","perf-guide/src/prof/linux.md":"447731eb5de7d69166728fdbc5ecb0c0c9db678ea493b45a592d67dd002184c0","perf-guide/src/prof/mca.md":"f56d54f3d20e7aa4d32052186e8237b03d65971eb5d112802b442570ff11d344","perf-guide/src/prof/profiling.md":"8a650c0fd6ede0964789bb6577557eeef1d8226a896788602ce61528e260e43c","perf-guide/src/target-feature/attribute.md":"615f88dca0a707b6c416fa605435dd6e1fb5361cc639429cbf68cd87624bd78b","perf-guide/src/target-feature/features.md":"17077760ff24c006b606dd21889c53d87228f4311f3ba3a574f9afdeacd86165","perf-guide/src/target-feature/inlining.md":"7ed1d7068d8173a00d84c16cfe5871cd68b9f04f8d0cca2d01ebc84957ebf2f6","perf-guide/src/target-feature/practice.md":"c4b371842e0086df178488fec97f20def8f0c62ee588bcd25fd948b9b1fa227e","perf-guide/src/target-feature/runtime.md":"835425f5ee597fb3e51d36e725a81ebee29f4561231d19563cd4da81dbb1cfcb","perf-guide/src/target-feature/rustflags.md":"01197acf6f0adec8db32b8591811f69cecb6555a2b05dc5d5ec27d0e3f7b065e","perf-guide/src/vert-hor-ops.md":"c6211c0ee91e60552ec592d89d9d957eedc21dee3cbd89e1ad6765ea06a27471","rust-toolchain":"58bea07cb6d97f9cfcd5c8f98b1feca0fb81cce5b0bf29a8e70ed2641956e9a6","rustfmt.toml":"d99a43f3f8ef9e425cf01c333fba9f0051f888f5d87ab4e8f63c2f7d0fe6620f","src/api.rs":"45508c6c0241519fc01a7f00c9105554c24c312c4e46900ef9c75139ea438305","src/api/bit_manip.rs":"27f3097fc0a11e3c4107049d9779e680dcd67407a066704008a6b9c4fd529e05","src/api/bitmask.rs":"058ebc38a2e0363f07a441d3e9a4775aaec57ccb170a0e5d5efa5dc4743ab07b","src/api/cast.rs":"03b94a3d316ac7b7be7068810044911e965e889a0ace7bae762749ca74a92747","src/api/cast/macros.rs":"b0a14d0c83ad2ebb7a275180f6d9e3f2bc312ba57a7d3d6c39fad4e0f20f9408","src/api/cast/v128.rs":"edd0994efac4379dff26e178423a52dbb3ffeb38b1fc97cae975d744c00b4fb6","src/api/cast/v16.rs":"96bd98c2d21b0663abe6c0ab33005b1fa693f3db7ee6795351391343863484da","src/api/cast/v256.rs":"8c31fe91f5e78ef737dfba6979cc1240210cb094a89d284fe459bf8a991ca24b","src/api/cast/v32.rs":"a99a79dd84d2a5e6adf9db98705675915bd03fd1287d489c7fe38e84d7e4a086","src/api/cast/v512.rs":"c0dd526f41ed7b8a71c3743d91267554ec0a0c75834ccc2e3ecb0ef3004af642","src/api/cast/v64.rs":"6572fdba2a1241a6cd666d3f0cce3306cd2cb7e5e236172e59d5d4351c8a88af","src/api/cmp.rs":"357c3a2a09c6d4611c32dd7fa95be2fae933d513e229026ec9b44451a77b884e","src/api/cmp/eq.rs":"60f70f355bae4cb5b17db53204cacc3890f70670611c17df638d4c04f7cc8075","src/api/cmp/ord.rs":"589f7234761c294fa5df8f525bc4acd5a47cdb602207d524a0d4e19804cd9695","src/api/cmp/partial_eq.rs":"902ccb8aa01fd5738b30ba0b712669c21d4801958907e03bad23432c7dba0198","src/api/cmp/partial_ord.rs":"9db0c37d7434cdfc62d8d66912e972fa3d8c115ab2af051a6f45e414bd3e4f1c","src/api/cmp/vertical.rs":"de3d62f38eba817299aa16f1e1939954c9a447e316509397465c2830852ba053","src/api/default.rs":"67bf21c134127d12a7028c8b88a57f0ceee8ccbd74976da8ca74eb9f16a174d5","src/api/fmt.rs":"67fb804bb86b6cd77cf8cd492b5733ce437071b66fe3297278b8a6552c325dda","src/api/fmt/binary.rs":"02b2b287f7404f8a983813cf70c87108c8da3835578b63ab303116885f609413","src/api/fmt/debug.rs":"56e1c3bdc092747344fffaafff9da7163ee7827857f6fb7cb1c9923eca4f6fa0","src/api/fmt/lower_hex.rs":"558fd592f7f485712fb051509cecc7174a21e6bf62e5ce64766e75afc97bb8e1","src/api/fmt/octal.rs":"3b2e70877a4f368c7704f8e254236c014c365c74d93371c1feb5f030e6c66422","src/api/fmt/upper_hex.rs":"2a442f666bc80e22d41f903f881238fe114dd49344c3ed69849250e853cafc5d","src/api/from.rs":"2e599d8329cb05eaf06224cc441355c4b7b51254fc19256619333be8c149d444","src/api/from/from_array.rs":"5d2cc700568376bf6ee1fe5e406da3bc2d488ff155644bf73d06a1349b73fc53","src/api/from/from_vector.rs":"9764371aa9e6005aace74dea14f59e5611a095b7cf42707940924749282c52f0","src/api/hash.rs":"5076ece87969592c876486f5b1ea8affbeaec379d1a14a30859e0aa5592019de","src/api/into_bits.rs":"8f8011627250e23e66b5c0ca641afb079d8232674bb1354140b536bdbea63e55","src/api/into_bits/arch_specific.rs":"e7445021f3908326bfee758835e5fc5ad56aa1baa77fc1c58abe4350c66c670a","src/api/into_bits/macros.rs":"bb4fe99be2af6a21d805efab44c8e4e61a7b2adb42a65504a0cf26d13efdadcd","src/api/into_bits/v128.rs":"145a44922b09a5ca5b62d88a461d327d399a997a15db4b11d7b17e554a9fa4c0","src/api/into_bits/v16.rs":"f4f4f61ba88aa51b158ec56ca3dce234349aea0daf2b3029a14ab5125d1e41e5","src/api/into_bits/v256.rs":"8cea9c5d9809f11323cb7cdc53b83df593fd17caf926251e412ae9777bed547f","src/api/into_bits/v32.rs":"905ba683d342fa32f4202b80bb46530807bd0a5b588f6c2e8c9f475223c47775","src/api/into_bits/v512.rs":"e25afa1fbf088a5d58e7d75d197b6cd4c56637ea28542ba18e46a451f29d04e7","src/api/into_bits/v64.rs":"d6238022ccff7b92e55b3f6017fc269acb6f36330a6d7e8fb389853a0f1b6478","src/api/math.rs":"8b2a2fc651917a850539f993aa0b9e5bf4da67b11685285b8de8cdca311719ec","src/api/math/float.rs":"969a75cdb3743c5ac7cde653d1a7f659ac65f2a5afb004c9928a7b34b79c3e39","src/api/math/float/abs.rs":"5b6b2701e2e11135b7ce58a05052ea8120e10e4702c95d046b9d21b827b26bf8","src/api/math/float/consts.rs":"6302c9261da4291d144d5bb53493cdd073498feb40955fb6860ea3c4d06c978a","src/api/math/float/cos.rs":"4c2dd7173728ef189314f1576c9486e03be21b7da98843b2f9011282a7979e31","src/api/math/float/exp.rs":"7c6d5f1e304f498a01cfa23b92380c815d7da0ad94eae3483783bc377d287eef","src/api/math/float/ln.rs":"54c7583f3df793b39ff57534fade27b41bb992439e5dc178252f5ca3190a3e54","src/api/math/float/mul_add.rs":"62cac77660d20159276d4c9ef066eb90c81cbddb808e8e157182c607625ad2eb","src/api/math/float/mul_adde.rs":"bae056ee9f3a70df39ec3c3b2f6437c65303888a7b843ef1a5bcf1f5aca0e602","src/api/math/float/powf.rs":"9ddb938984b36d39d82a82f862f80df8f7fb013f1d222d45698d41d88472f568","src/api/math/float/recpre.rs":"589225794ff1dbf31158dff660e6d4509ecc8befbb57c633900dea5ac0b840d6","src/api/math/float/rsqrte.rs":"a32abdcc318d7ccc8448231f54d75b884b7cbeb03a7d595713ab6243036f4dbf","src/api/math/float/sin.rs":"cbd3622b7df74f19691743001c8cf747a201f8977ad90542fee915f37dcd1e49","src/api/math/float/sqrt.rs":"0c66d5d63fb08e4d99c6b82a8828e41173aff1ac9fa1a2764a11fac217ccf2ac","src/api/math/float/sqrte.rs":"731e1c9f321b662accdd27dacb3aac2e8043b7aecb2f2161dde733bd9f025362","src/api/math/float/tanh.rs":"e57940434cc05981b086f0f3b92d32caceb38d67b90aebce5d3ed8e07c80538f","src/api/minimal.rs":"1f22bcc528555444e76de569ec0ae2029b9ae9d04805efeafa93369c8098036b","src/api/minimal/iuf.rs":"819cff26d3e196f807645bcc1d79eb27d9f175edb89910f2274d52a1e913cd11","src/api/minimal/mask.rs":"0cae10ae1fc65f5070e686c0c79bfba27b86b33d6c399367bd4848fb367dcec4","src/api/minimal/ptr.rs":"f74d7a4925d7209faebc26ea8315259cb2c08ec65789a70869e595649a9bc39a","src/api/ops.rs":"3e273b277a0f3019d42c3c59ca94a5afd4885d5ae6d2182e5089bbeec9de42ee","src/api/ops/scalar_arithmetic.rs":"d2d5ad897a59dd0787544f927e0e7ca4072c3e58b0f4a2324083312b0d5a21d7","src/api/ops/scalar_bitwise.rs":"482204e459ca6be79568e1c9f70adbe2d2151412ddf122fb2161be8ebb51c40c","src/api/ops/scalar_mask_bitwise.rs":"c250f52042e37b22d57256c80d4604104cfd2fbe2a2e127c676267270ca5d350","src/api/ops/scalar_shifts.rs":"c4773d435c3f9da4454327e6fbb2b5b41a1c0ebb1cca7372e69dc7a344a1b6e4","src/api/ops/vector_arithmetic.rs":"ddca15d09ddeef502c2ed66117a62300ca65d87e959e8b622d767bdf1c307910","src/api/ops/vector_bitwise.rs":"b3968f7005b649edcc22a54e2379b14d5ee19045f2e784029805781ae043b5ee","src/api/ops/vector_float_min_max.rs":"76bf8cb607e2c442923c1da1061a6b80d742d607408033c2a3761161114cf2a0","src/api/ops/vector_int_min_max.rs":"a378789c6ff9b32a51fbd0a97ffd36ed102cd1fe6a067d2b02017c1df342def6","src/api/ops/vector_mask_bitwise.rs":"5052d18517d765415d40327e6e8e55a312daaca0a5e2aec959bfa54b1675f9c8","src/api/ops/vector_neg.rs":"5c62f6b0221983cdbd23cd0a3af3672e6ba1255f0dfe8b19aae6fbd6503e231b","src/api/ops/vector_rotates.rs":"6c3f761d9d551f6365a8a95539ceace4b1a02e0b12d144f34ed68db94e88cff4","src/api/ops/vector_shifts.rs":"e510be14127c0ffd58a2573a39701da3557d66bedec09837ac8bbd44d579da00","src/api/ptr.rs":"8a793251bed6130dcfb2f1519ceaa18b751bbb15875928d0fb6deb5a5e07523a","src/api/ptr/gather_scatter.rs":"3d614f9d5b4ca201a9f7e46af4405e1d2c28ecee1620297c23b52e37b92cc0ea","src/api/reductions.rs":"ae5baca81352ecd44526d6c30c0a1feeda475ec73ddd3c3ec6b14e944e5448ee","src/api/reductions/bitwise.rs":"8bf910ae226188bd15fc7e125f058cd2566b6186fcd0cd8fd020f352c39ce139","src/api/reductions/float_arithmetic.rs":"47a5679896db2cbb56c31372fe42143da015b6beae7db5d2f3a0309ddf427ae1","src/api/reductions/integer_arithmetic.rs":"c2df3cf7493cca4174f2c65aea422a3d20d8a23af03f8d57cef72c19fee8f20d","src/api/reductions/mask.rs":"db83327a950e33a317f37fd33ca4e20c347fb415975ec024f3e23da8509425af","src/api/reductions/min_max.rs":"6af8c9aa45c69961b1b6fc205395f4767d4421869fb105fb3d563c5605fc13cd","src/api/select.rs":"6b07e7e8026df561f7307221a896f0fbb272536f41b9109040ac094c24c69331","src/api/shuffle.rs":"be7faff9b59654926df12897b2f98a4baa7d6acf2af1aaf93d388ba6e96f83ec","src/api/shuffle1_dyn.rs":"bfea5a91905b31444e9ef7ca6eddb7a9606b7e22d3f71bb842eb2795a0346620","src/api/slice.rs":"ee87484e8af329547b9a5d4f2a69e8bed6ea10bbd96270d706083843d4eea2ac","src/api/slice/from_slice.rs":"3735363000737104a8fc5f394ad8c31ec14e885952bd57647dd2a84001aee0a6","src/api/slice/write_to_slice.rs":"79d09c64d00724783c77c42e4583eeec97b18db94cf2ae146b564c3f85cfefd6","src/api/swap_bytes.rs":"05b4262eaade2f63e6cd3b780c19a03aecd2459d4cc4360051fc088887179a6e","src/codegen.rs":"db4f232fb9f5728db310b87dc8c4733be48afacab1053798c06106bef9a42b05","src/codegen/bit_manip.rs":"525ea6ff7ad1e043b6f6136992166f1803ed5563b7f6fc292c1c40257d20e264","src/codegen/llvm.rs":"12e748b4928c3be6cc12b4165c3041a3d0efccf6195338ecd3d88b8fdb0bbcc7","src/codegen/math.rs":"dfcf02ad34e2fdfe22c3f1cc2822001cc895e65031b4d06e585e5047839febb7","src/codegen/math/float.rs":"b2f31f479c5c70a6ff9ad33872c1e65506f72882b77a2e3f9e71c42e92af9355","src/codegen/math/float/abs.rs":"d5aaadcf540bdb9b4264dca6471a255fd7bf509e763bef0239c0144a68466fea","src/codegen/math/float/cos.rs":"17f28d2900c852dca221fa9c92a9cd5fe7fd2df8d427bbc60216c749b2be013d","src/codegen/math/float/cos_pi.rs":"dbaf9f443f9846a491d4ec52210a7b5835dd593b03366e3135b05c37d70f9d6c","src/codegen/math/float/exp.rs":"d300058a4bcc7ae7976f216f81902cd73a9e603ad63880dff3bbc866c27a9f37","src/codegen/math/float/ln.rs":"c851e211e43f8256093ba75b03ae0c307c9962ee66d94f09b4dd80068190cbdf","src/codegen/math/float/macros.rs":"fc9924869ed85e4795983af228cacf23158f4f35919adce16c920ad4a3f0a009","src/codegen/math/float/mul_add.rs":"041a5b69d5991d93ef795351b17560c10faf80b78fd26ad7df42a239b32cf9de","src/codegen/math/float/mul_adde.rs":"d71d5f0f3333b62a7439b823cb7adf5340ea1555ce820fb4a3f4cb922f73f5f5","src/codegen/math/float/powf.rs":"9742c3877f1a5509ca5c9492a40884b6579ba6dd11c26b7112e63f70666b395d","src/codegen/math/float/sin.rs":"0e9868d35531566509f3a01d85d5253045eb4afa8525d8407dcc1f5f33c56036","src/codegen/math/float/sin_cos_pi.rs":"8e6b6142d7dd240cdb36669722e82ab9810a2261e86e659f7d97a942ad8b1258","src/codegen/math/float/sin_pi.rs":"bb6d39db8f921e03a301fc5206ac1a61a97def8a2cb83b87ccf189f3fc48d548","src/codegen/math/float/sqrt.rs":"e6ebb0c5f428efad1f672b9a8fe4e58534dbf1ea5a8fe092ce5ce76b52fe89cb","src/codegen/math/float/sqrte.rs":"23acfaea38d0e081a6d9021c1094e813d0cfd12c58c1eca9662aade5e625d51c","src/codegen/math/float/tanh.rs":"816fd107f134920fb1a21cd792029d4b89306f6cf16d6f030cc1136823b033e7","src/codegen/pointer_sized_int.rs":"6ca13c214b6cf7e0929dbe18e96a16fc0bb7d8799608df29c4c8115490f99e01","src/codegen/reductions.rs":"8eb18ebac76985d2aa30262a2edd8cb004230b511a765d657525f677a585c12c","src/codegen/reductions/mask.rs":"e67f35a1f4d156a4894a2d6ea5a935b4d898cf70eefb2715f5c1cc165e776c11","src/codegen/reductions/mask/aarch64.rs":"84b101c17cad1ede4eb6d38cada0ac7da239dba8cea3badd3829b967e558431f","src/codegen/reductions/mask/arm.rs":"aaa07129bd078ae7e677cf8b8e67ec9f30536606a0c7ed1baaa18fd1793bb218","src/codegen/reductions/mask/fallback.rs":"3eb9319d2c7cf19216b607b8459612c4e027b643cf11b036937d36896bf76786","src/codegen/reductions/mask/fallback_impl.rs":"76547f396e55ef403327c77c314cf8db8c7a5c9b9819bfb925abeacf130249e5","src/codegen/reductions/mask/x86.rs":"36dcd8af4ab99730a078ed113d3955f74eb1a2876e2e6d9f224e0ff462c216d1","src/codegen/reductions/mask/x86/avx.rs":"3a40868b38c86e35aefb96d7578de6322efe89d8135e0366359b54ddd06f861a","src/codegen/reductions/mask/x86/avx2.rs":"677aed3f056285285daa3adff8bc65e739630b4424defa6d9665e160f027507e","src/codegen/reductions/mask/x86/sse.rs":"8522f6ed03f6c32dd577d4298df477c08aeaaa38563706f29096e1911ed731f2","src/codegen/reductions/mask/x86/sse2.rs":"54ec56e49b0c6841eccb719e4f310d65fe767c04136b2ec20bd8b9d7d9897b9e","src/codegen/shuffle.rs":"1ec2930f4e1acc43ac30b518af298d466a79e9e75734a51c380b7810efd1a27f","src/codegen/shuffle1_dyn.rs":"3f13ca1597378758d05106bf5ff3715eee531f3cb6d88f48b9182bd6c9386b51","src/codegen/swap_bytes.rs":"c67c86e91ca3fc77539e0efcea081a3c62548cccf503963ae408f2e86f4e6a21","src/codegen/v128.rs":"94226b31ec403d18d9d2fe06713f147c9c79e9b5f9105089088266313f843185","src/codegen/v16.rs":"ddec4ffb66b6f7aaffb9a1780c5ddba82557abd74f45073d335047e04cf74924","src/codegen/v256.rs":"6b63917f0444118d6b1595bff2045e59b97c4d24012bd575f69f1f0efc5a0241","src/codegen/v32.rs":"3477b3c5540aed86e61e2f5807dd31db947413cec9181c587d93ed6ec74f0eba","src/codegen/v512.rs":"5854f99d3aabc4cd42b28a20d9ce447756dc2ba024a409a69b6a8ae1f1842fc5","src/codegen/v64.rs":"e9e89caebfe63d10c0cbca61e4dfdba3b7e02ee0989170f80beed23237ddd950","src/codegen/vPtr.rs":"f0753b405cdc865bdf8e82c6505f299ea1f96136239ebbaf7f9ce93d310764b8","src/codegen/vSize.rs":"c89f5fdeb28ac4c8272ed1816fce03d9d95308cc32bb2533bd8b20cd5ac102ac","src/lib.rs":"05048c6a85ec65cf902d9dd8f757a3f76392b703a6794ea71f0d41500a89f78f","src/masks.rs":"70fc0abe4c2907ce2a491c574e1cfb9f3423385da2e1a923a48c9c13f8ba6ed8","src/sealed.rs":"ae7fdeaf5d84cd7710ed730ca72ca7eaba93df6cb0acb183e5c0a7327acf197f","src/testing.rs":"896669c08d8c801448a4d2fadc9d633eda0fbe879d229997e2a182e31278e469","src/testing/macros.rs":"403bbc5ecb7c786fe36156df302d0c07a8122408dbb15f7474d7682224ba1106","src/testing/utils.rs":"41912a92266dfe884647fc035e4242fd746100df8e839808ae0397af3759a3c8","src/v128.rs":"16cf9a8e7156b899ee9b9cd3f2dba9d13ec63289bea8c3ee9ae2e43ad9510288","src/v16.rs":"cb6465cf1e00bf530183af1819b9fe3d7eec978f8765d5e85d9b58a39a4b4045","src/v256.rs":"fe235017da18c7f3c361831c60e3173ad304d8ea1e95d64ebebc79da2d708511","src/v32.rs":"145d347855bac59b2de6508f9e594654e6c330423af9edc0e2ac8f4d1abdf45e","src/v512.rs":"f372f277f3e62eb5c945bb1c460333fdb17b6974fcc876633788ff53bded9599","src/v64.rs":"0b8079881b71575e3414be0b7f8f7eaba65281ba6732f2b2f61f73e95b6f48f7","src/vPtr.rs":"8b3e433d487180bb4304ff71245ecad90f0010f43e139a72027b672abe58facc","src/vSize.rs":"eda5aa020706cbf94d15bada41a0c2a35fc8f3f37cb7c2cd6f34d201399a495e","tests/endianness.rs":"5147f86d224c4c540b772033da2f994cad9bc9c035f38ec21e23bc4e55f8a759"},"package":"1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"}
+\ No newline at end of file
+diff --git a/third_party/rust/packed_simd/.github/workflows/benchmarks.yml
b/third_party/rust/packed_simd/.github/workflows/benchmarks.yml
+deleted file mode 100644
+index 2102661..0000000
+--- a/third_party/rust/packed_simd/.github/workflows/benchmarks.yml
++++ /dev/null
+@@ -1,31 +0,0 @@
+-name: benchmarks
+-
+-on:
+- push:
+- branches:
+- - master
+- pull_request:
+- workflow_dispatch:
+-
+-jobs:
+- x86_64-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- with:
+- target: x86_64-unknown-linux-gnu
+- setup_script: ci/setup_benchmarks.sh
+- script: ci/benchmark.sh
+- norun: 1
+- verify: 1
+- # FIXME: figure out how to add downloaded ispc to PATH
+- # features: ispc
+- x86_64-apple-darwin:
+- uses: ./.github/workflows/run-ci-script.yml
+- with:
+- target: x86_64-apple-darwin
+- runner: macos-latest
+- setup_script: ci/setup_benchmarks.sh
+- script: ci/benchmark.sh
+- norun: 1
+- verify: 1
+- # FIXME: figure out how to add downloaded ispc to PATH
+- # features: ispc
+diff --git a/third_party/rust/packed_simd/.github/workflows/ci.yml
b/third_party/rust/packed_simd/.github/workflows/ci.yml
+deleted file mode 100644
+index 15f0963..0000000
+--- a/third_party/rust/packed_simd/.github/workflows/ci.yml
++++ /dev/null
+@@ -1,218 +0,0 @@
+-name: ci
+-
+-# trigger for all PRs and changes to master
+-on:
+- push:
+- branches:
+- - master
+- pull_request:
+-
+-jobs:
+- rustfmt:
+- uses: ./.github/workflows/run-ci-script.yml
+- with:
+- script: ci/all.sh check_fmt || true
+- x86_64-unknown-linux-android:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: x86_64-linux-android
+- armv7-linux-androideabi:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: armv7-linux-androideabi
+- aarch64-unknown-linux-android-NEON:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: aarch64-linux-android
+- rustflags: -Ctarget-feature=+neon
+- thumbv7neon-linux-androideabi:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: thumbv7neon-linux-androideabi
+- i586-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: i586-unknown-linux-gnu
+- rustflags: -Crelocation-model=static
+- i586-unknown-linux-gnu-SSE:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: i586-unknown-linux-gnu
+- rustflags: -Crelocation-model=static -Ctarget-feature=+sse
+- i586-unknown-linux-gnu-SSE2:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: i586-unknown-linux-gnu
+- rustflags: -Crelocation-model=static -Ctarget-feature=+sse2
+- i686-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: i686-unknown-linux-gnu
+- rustflags: -Crelocation-model=static
+- i686-unknown-linux-gnu-SSE4_2:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: i686-unknown-linux-gnu
+- rustflags: -Crelocation-model=static -Ctarget-feature=+sse4.2
+- i686-unknown-linux-gnu-AVX2:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: i686-unknown-linux-gnu
+- rustflags: -Crelocation-model=static -Ctarget-feature=+avx2
+- x86_64-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: x86_64-unknown-linux-gnu
+- x86_64-unknown-linux-gnu-SSE4_2:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: x86_64-unknown-linux-gnu
+- rustflags: -Ctarget-feature=+sse4.2
+- x86_64-unknown-linux-gnu-AVX2:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: x86_64-unknown-linux-gnu
+- rustflags: -Ctarget-feature=+avx2
+- arm-unknown-linux-gnueabihf:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: arm-unknown-linux-gnueabihf
+- armv7-unknown-linux-gnueabihf:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: armv7-unknown-linux-gnueabihf
+- armv7-unknown-linux-gnueabihf-NEON:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: armv7-unknown-linux-gnueabihf
+- rustflags: -Ctarget-feature=+neon
+- thumbv7neon-unknown-linux-gnueabihf:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: thumbv7neon-unknown-linux-gnueabihf
+- aarch64-unknown-linux-gnu-NEON:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: aarch64-unknown-linux-gnu
+- rustflags: -Ctarget-feature=+neon
+- powerpc-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: powerpc-unknown-linux-gnu
+- powerpc64-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: powerpc64-unknown-linux-gnu
+- powerpc64le-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: powerpc64le-unknown-linux-gnu
+- powerpc64le-unknown-linux-gnu-ALTIVEC:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: powerpc64le-unknown-linux-gnu
+- rustflags: -Ctarget-feature=+altivec
+- powerpc64le-unknown-linux-gnu-VSX:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- target: powerpc64le-unknown-linux-gnu
+- rustflags: -Ctarget-feature=+vsx
+- s390x-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: s390x-unknown-linux-gnu
+- sparc64-unknown-linux-gnu:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: sparc64-unknown-linux-gnu
+- wasm32-unknown-unknown:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: false
+- with:
+- target: wasm32-unknown-unknown
+- x86_64-apple-darwin-SSE4_2:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- runner: macos-latest
+- script: ci/run.sh
+- target: x86_64-apple-darwin
+- rustflags: -Ctarget-feature=+sse4.2
+- x86_64-apple-darwin-AVX:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- runner: macos-latest
+- script: ci/run.sh
+- target: x86_64-apple-darwin
+- rustflags: -Ctarget-feature=+avx
+- x86_64-apple-ios:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- runner: macos-latest
+- script: ci/run.sh
+- target: x86_64-apple-ios
+- aarch64-apple-ios:
+- uses: ./.github/workflows/run-ci-script.yml
+- strategy:
+- fail-fast: true
+- with:
+- runner: macos-latest
+- script: ci/run.sh
+- target: aarch64-apple-ios
+- rustflags: -Ctarget-feature=+neon
+diff --git a/third_party/rust/packed_simd/.github/workflows/docs.yml
b/third_party/rust/packed_simd/.github/workflows/docs.yml
+deleted file mode 100644
+index 54bdc24..0000000
+--- a/third_party/rust/packed_simd/.github/workflows/docs.yml
++++ /dev/null
+@@ -1,13 +0,0 @@
+-name: docs
+-
+-on:
+- push:
+- branches:
+- - master
+-
+-jobs:
+- docs:
+- uses: ./.github/workflows/run-ci-script.yml
+- with:
+- setup_script: cargo install mdbook
+- script: ci/dox.sh
+diff --git
a/third_party/rust/packed_simd/.github/workflows/run-ci-script.yml
b/third_party/rust/packed_simd/.github/workflows/run-ci-script.yml
+deleted file mode 100644
+index 733c539..0000000
+--- a/third_party/rust/packed_simd/.github/workflows/run-ci-script.yml
++++ /dev/null
+@@ -1,86 +0,0 @@
+-name: run-ci-script
+-
+-on:
+- workflow_call:
+- inputs:
+- runner:
+- required: false
+- type: string
+- default: ubuntu-latest
+- target:
+- required: false
+- type: string
+- default: ''
+- rustflags:
+- required: false
+- type: string
+- default: ''
+- script:
+- required: false
+- type: string
+- default: ci/run-docker.sh
+- setup_script:
+- required: false
+- type: string
+- norun:
+- required: false
+- type: string
+- default: ''
+- verify:
+- required: false
+- type: string
+- default: ''
+- features:
+- required: false
+- type: string
+- default: ''
+-
+-jobs:
+- run-ci-script:
+- runs-on: ${{ inputs.runner }}
+- steps:
+- - name: Checkout
+- uses: actions/checkout@v2
+- - name: Init Rustup Cache
+- uses: actions/cache@v2
+- with:
+- path: |
+- ~/.rustup/toolchains
+- key: ${{ runner.os }}-cargo-${{ hashFiles('**/rust-toolchain') }}
+- - name: Install Toolchain
+- uses: dtolnay/rust-toolchain@nightly
+- with:
+- # FIXME: change to nightly once https://github.com/rust-lang/packed_simd/pull/350 is merged
+- # needs to be kept in sync with the toolchain files
+- targets: ${{ inputs.target }}
+- components: rustfmt
+- - name: Generate Lockfile
+- run: cargo generate-lockfile
+- - name: Init Cargo Cache
+- uses: actions/cache@v2
+- with:
+- path: |
+- ~/.cargo/bin/
+- ~/.cargo/registry/index/
+- ~/.cargo/registry/cache/
+- ~/.cargo/git/db/
+- target/
+- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+- - name: Setup
+- if: ${{ inputs.setup_script != '' }}
+- run: ${{ inputs.setup_script }}
+- env:
+- TARGET: ${{ inputs.target }}
+- RUSTFLAGS: ${{ inputs.rustflags }}
+- NORUN: ${{ inputs.norun }}
+- VERIFY: ${{ inputs.verify }}
+- FEATURES: ${{ inputs.features }}
+- - name: Run CI Script
+- timeout-minutes: 30
+- run: ${{ inputs.script }}
+- env:
+- TARGET: ${{ inputs.target }}
+- RUSTFLAGS: ${{ inputs.rustflags }}
+- NORUN: ${{ inputs.norun }}
+- VERIFY: ${{ inputs.verify }}
+- FEATURES: ${{ inputs.features }}
+diff --git a/third_party/rust/packed_simd/.travis.yml
b/third_party/rust/packed_simd/.travis.yml
+deleted file mode 100644
+index 0ffc06a..0000000
+--- a/third_party/rust/packed_simd/.travis.yml
++++ /dev/null
+@@ -1,212 +0,0 @@
+-language: rust
+-rust: nightly
+-os: linux
+-dist: focal
+-
+-stages:
+- - tools
+- - build-test-verify # Passes full test suite, permit no regressions
(unless it's rustup :/)
+- - 32bit-tier1
+- - 64bit-tier2
+- - 32bit-tier2
+-
+-jobs:
+- fast_finish: true
+- include:
+- # Android:
+- - env: TARGET=x86_64-linux-android
+- name: "x86_64-unknown-linux-android + SSE2"
+- stage: build-test-verify
+- - env: TARGET=arm-linux-androideabi
+- name: "arm-linux-androideabi"
+- stage: build-test-verify
+- - name: "aarch64-unknown-linux-android + NEON"
+- env: TARGET=aarch64-linux-android RUSTFLAGS="-C target-feature=+neon"
+- stage: build-test-verify
+- - env: TARGET="thumbv7neon-linux-androideabi"
+- name: "thumbv7neon-linux-androideabi"
+- stage: 32bit-tier2
+- # Linux:
+- - env: TARGET=i586-unknown-linux-gnu
+- name: "i586-unknown-linux-gnu"
+- stage: 32bit-tier2
+- - env: TARGET=i586-unknown-linux-gnu RUSTFLAGS="-C target-feature=+sse"
+- name: "i586-unknown-linux-gnu + SSE"
+- stage: 32bit-tier2
+- - env: TARGET=i586-unknown-linux-gnu RUSTFLAGS="-C target-feature=+sse2"
+- name: "i586-unknown-linux-gnu + SSE2"
+- stage: 32bit-tier2
+- - env: TARGET=i686-unknown-linux-gnu
+- name: "i686-unknown-linux-gnu + SSE2"
+- stage: 32bit-tier1
+- - env: TARGET=i686-unknown-linux-gnu RUSTFLAGS="-C
target-feature=+sse4.2"
+- name: "i686-unknown-linux-gnu + SSE4.2"
+- stage: 32bit-tier1
+- - env: TARGET=i686-unknown-linux-gnu RUSTFLAGS="-C target-feature=+avx2"
+- name: "i686-unknown-linux-gnu + AVX2"
+- stage: 32bit-tier1
+- - env: TARGET=x86_64-unknown-linux-gnu RUSTFLAGS="-C
target-feature=+sse4.2"
+- name: "x86_64-unknown-linux-gnu + SSE4.2"
+- stage: build-test-verify
+- - env: TARGET=x86_64-unknown-linux-gnu RUSTFLAGS="-C
target-feature=+avx2"
+- name: "x86_64-unknown-linux-gnu + AVX2"
+- stage: build-test-verify
+- - env: TARGET=arm-unknown-linux-gnueabihf
+- name: "arm-unknown-linux-gnueabihf"
+- stage: build-test-verify
+- - env: TARGET=armv7-unknown-linux-gnueabihf
+- name: "armv7-unknown-linux-gnueabihf"
+- stage: build-test-verify
+- - env: TARGET=armv7-unknown-linux-gnueabihf RUSTFLAGS="-C
target-feature=+neon"
+- name: "armv7-unknown-linux-gnueabihf + NEON"
+- stage: build-test-verify
+- - env: TARGET="thumbv7neon-unknown-linux-gnueabihf"
+- name: "thumbv7neon-unknown-linux-gnueabihf"
+- stage: 32bit-tier2
+- - name: "aarch64-unknown-linux-gnu + NEON"
+- env: TARGET=aarch64-unknown-linux-gnu RUSTFLAGS="-C
target-feature=+neon"
+- stage: build-test-verify
+- - env: TARGET=mips-unknown-linux-gnu
+- name: "mips-unknown-linux-gnu"
+- stage: 32bit-tier2
+- - env: TARGET=mipsel-unknown-linux-musl
+- name: "mipsel-unknown-linux-musl"
+- stage: 32bit-tier2
+- - env: TARGET=mips64-unknown-linux-gnuabi64
+- name: "mips64-unknown-linux-gnuabi64"
+- stage: 64bit-tier2
+- - env: TARGET=mips64el-unknown-linux-gnuabi64
+- name: "mips64el-unknown-linux-gnuabi64"
+- stage: 64bit-tier2
+- # FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/18
+- # env: TARGET=mips64el-unknown-linux-gnuabi64 RUSTFLAGS="-C
target-feature=+msa -C target-cpu=mips64r6"
+- - env: TARGET=powerpc-unknown-linux-gnu
+- name: "powerpc-unknown-linux-gnu"
+- stage: 32bit-tier2
+- - env: TARGET=powerpc64-unknown-linux-gnu
+- name: "powerpc64-unknown-linux-gnu"
+- stage: 64bit-tier2
+- - name: "powerpc64le-unknown-linux-gnu"
+- env: TARGET=powerpc64le-unknown-linux-gnu
+- stage: build-test-verify
+- - name: "powerpc64le-unknown-linux-gnu + ALTIVEC"
+- env: TARGET=powerpc64le-unknown-linux-gnu RUSTFLAGS="-C
target-feature=+altivec"
+- stage: build-test-verify
+- - name: "powerpc64le-unknown-linux-gnu + VSX"
+- env: TARGET=powerpc64le-unknown-linux-gnu RUSTFLAGS="-C
target-feature=+vsx"
+- stage: build-test-verify
+- - name: "s390x-unknown-linux-gnu"
+- env: TARGET=s390x-unknown-linux-gnu
+- stage: 64bit-tier2
+- - env: TARGET=sparc64-unknown-linux-gnu
+- name: "sparc64-unknown-linux-gnu"
+- stage: 64bit-tier2
+- # WebAssembly:
+- - env: TARGET=wasm32-unknown-unknown
+- name: "wasm32-unknown-unknown"
+- stage: 32bit-tier2
+- # MacOSX:
+- - os: osx
+- env: TARGET=x86_64-apple-darwin RUSTFLAGS="-C target-feature=+sse4.2"
+- name: "x86_64-apple-darwin + SSE4.2"
+- install: true
+- script: ci/run.sh
+- osx_image: xcode10
+- stage: build-test-verify
+- # Travis-CI OSX build bots do not support AVX2:
+- - os: osx
+- env: TARGET=x86_64-apple-darwin RUSTFLAGS="-C target-feature=+avx"
+- name: "x86_64-apple-darwin + AVX"
+- install: true
+- script: ci/run.sh
+- osx_image: xcode10
+- stage: build-test-verify
+- # *BSDs:
+- #- env: TARGET=i686-unknown-freebsd NORUN=1
+- # script: ci/run.sh
+- #- env: TARGET=x86_64-unknown-freebsd NORUN=1
+- # script: ci/run.sh
+- #- env: TARGET=x86_64-unknown-netbsd NORUN=1
+- # script: ci/run.sh
+- # Solaris:
+- #- env: TARGET=x86_64-sun-solaris NORUN=1
+- # script: ci/run.sh
+- # iOS:
+- - os: osx
+- env: TARGET=x86_64-apple-ios
+- name: "x86_64-apple-ios + SSE2"
+- script: ci/run.sh
+- osx_image: xcode9.4
+- stage: 64bit-tier2
+- - name: "aarch64-apple-ios + NEON"
+- env: TARGET=aarch64-apple-ios RUSTFLAGS="-C target-feature=+neon"
+- os: osx
+- osx_image: xcode9.4
+- script: ci/run.sh
+- stage: 64bit-tier2
+- # BENCHMARKS:
+- - name: "Benchmarks - x86_64-unknown-linux-gnu"
+- install: TARGET=x86_64-unknown-linux-gnu ./ci/setup_benchmarks.sh
+- # FIXME: Use `core_arch,sleef-sys` features once they works again
+- script: PATH=$(pwd):$PATH NORUN=1 VERIFY=1 FEATURES=ispc
ci/benchmark.sh
+- stage: tools
+- - name: "Benchmarks - x86_64-apple-darwin"
+- install: TARGET=x86_64-apple-darwin ./ci/setup_benchmarks.sh
+- # FIXME: Use `core_arch,sleef-sys` features once they works again
+- script: PATH=$(pwd):$PATH NORUN=1 VERIFY=1 FEATURES=ispc
ci/benchmark.sh
+- os: osx
+- osx_image: xcode9.4
+- stage: tools
+- # TOOLS:
+- - name: "Documentation"
+- before_install:
+- - sudo add-apt-repository -y ppa:deadsnakes/ppa
+- - sudo apt-get update -y
+- - sudo apt-get install -y python3.9
+- install:
+- - cargo install mdbook
+- script: ci/dox.sh
+- stage: tools
+- - name: "rustfmt"
+- install: true
+- script: |
+- rustup toolchain install nightly -c rustfmt --allow-downgrade
+- ci/all.sh check_fmt || true
+- stage: tools
+-
+- allow_failures:
+- # FIXME: ISPC cannot be found?
+- - name: "Benchmarks - x86_64-apple-darwin"
+- # FIXME: i686 fails in inlining, apparently
+- - stage: 32bit-tier1
+- #- env: TARGET=i686-unknown-freebsd NORUN=1
+- #- env: TARGET=x86_64-unknown-freebsd NORUN=1
+- #- env: TARGET=x86_64-unknown-netbsd NORUN=1
+- #- env: TARGET=x86_64-sun-solaris NORUN=1
+-
+- # FIXME: TBD
+- - stage: 64bit-tier2
+- - stage: 32bit-tier2
+-
+- # FIXME: iOS
+- # https://github.com/rust-lang-nursery/packed_simd/issues/26
+- - env: TARGET=x86_64-apple-ios
+- # Is this related to the above? Mysterious test failure
+- - name: "aarch64-apple-ios + NEON"
+-
+-install: travis_retry rustup target add $TARGET
+-before_script: cargo generate-lockfile
+-script: travis_wait 50 ci/run-docker.sh
+-after_script: sleep 5
+-
+-env:
+- global:
+- secure:
"lPHv7s6+AxQYNaFncycVFQt++Y1asQmMhOikQU1ztlP8CK7+hn2m98cg/euOJyzIOb2iJ3ZX4cGZkzw4lc59MQBByb1GtDbazQoUOzVDbVfe9BDD2f8JVoIFh1CMfjPKQ7Gg/rJqWlwrUlSd5GNxPCutKjY7qZhJuR6SQbJjlWaGN2Vd4fVCzKXz8fHRXgMEZS+d+CR4Nsrkb83J3Z4s5kSdJmhYxJ61AWjuzJVwUh4l3/HEYlSL5XXpuh5R2i7W16h1PlNdaTUgkZli1lHzO8+6Q8LzX9+XiLIEVX9lw3A2NdIKGz8E/+7Qs5oYOkwYhjROsDQxIK7xkSM30bQuN7cwMBybAVIyOPJkqXQ1dQyp83KSdsOj7JMyDDRvcEDLI6ehRlm5EcdH7YrReuboN81iUo0Sa7VsuUmgj5hjERCt9r30f9aWuitABai7vKRtjglg7Sp5CrEVPA4PQs6PqKCCRogoggbXJ/Z5Dyw/RZaXPeNR9+qIKN1Vjm9Gew1sRN2JK/3+vXTKtyJXH/uBxgJt4jQlbuShOJuF+BSfTF88sMe67a/357SSOIb4JkaCyd0flDCWYE8576kaHPlVVMT2peXee0LeRXm1e13nG3Na0t3LS/orJLPHOShNQGoDj7qAP5aEKggRya896JGwtvlaBHHTmSQh65G7cyNErZo="
+-branches:
+- only:
+- - staging # bors r+
+- - trying # bors try
+- - master
+-notifications:
+- email:
+- on_success: never
+diff --git a/third_party/rust/packed_simd/Cargo.toml
b/third_party/rust/packed_simd/Cargo.toml
+index a8d2f97..77fc096 100644
+--- a/third_party/rust/packed_simd/Cargo.toml
++++ b/third_party/rust/packed_simd/Cargo.toml
+@@ -39,8 +39,8 @@ rustdoc-args = [
+ "doc_cfg",
+ ]
+
+-[dependencies]
+-cfg-if = "1.0.0"
++[dependencies.cfg-if]
++version = "1.0.0"
+
+ [dependencies.core_arch]
+ version = "0.1.5"
+@@ -48,15 +48,16 @@ optional = true
+
+ [dependencies.num-traits]
+ version = "0.2.14"
++features = ["libm"]
+ default-features = false
+
+-[dev-dependencies]
+-paste = "^1"
+-
+ [dev-dependencies.arrayvec]
+ version = "^0.5"
+ default-features = false
+
++[dev-dependencies.paste]
++version = "^1"
++
+ [features]
+ default = []
+ into_bits = []
+@@ -66,9 +67,11 @@ libcore_neon = []
+ version = "0.1.2"
+ optional = true
+
+-[target.wasm32-unknown-unknown.dev-dependencies]
+-wasm-bindgen = "=0.2.87"
+-wasm-bindgen-test = "=0.3.37"
++[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen]
++version = "=0.2.87"
++
++[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
++version = "=0.3.37"
+
+ [badges.is-it-maintained-issue-resolution]
+ repository = "rust-lang/packed_simd"
+diff --git a/third_party/rust/packed_simd/perf-guide/.gitignore
b/third_party/rust/packed_simd/perf-guide/.gitignore
+deleted file mode 100644
+index 5a0bf03..0000000
+--- a/third_party/rust/packed_simd/perf-guide/.gitignore
++++ /dev/null
+@@ -1 +0,0 @@
+-/book
+diff --git a/third_party/rust/packed_simd/rust-toolchain
b/third_party/rust/packed_simd/rust-toolchain
+new file mode 100644
+index 0000000..bf867e0
+--- /dev/null
++++ b/third_party/rust/packed_simd/rust-toolchain
+@@ -0,0 +1 @@
++nightly
+diff --git a/third_party/rust/packed_simd/src/api.rs
b/third_party/rust/packed_simd/src/api.rs
+index aa1403e..262fc4e 100644
+--- a/third_party/rust/packed_simd/src/api.rs
++++ b/third_party/rust/packed_simd/src/api.rs
+@@ -213,6 +213,7 @@ macro_rules! impl_f {
+ impl_math_float_sin!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
+ impl_math_float_sqrt!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
+ impl_math_float_sqrte!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
++ impl_math_float_tanh!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
+ impl_cmp_vertical!(
+ [$elem_ty; $elem_n]: $tuple_id, $mask_ty, false, (1., 0.)
+ | $test_tt
+diff --git a/third_party/rust/packed_simd/src/api/math/float.rs
b/third_party/rust/packed_simd/src/api/math/float.rs
+index c0ec46e..d5d2bee 100644
+--- a/third_party/rust/packed_simd/src/api/math/float.rs
++++ b/third_party/rust/packed_simd/src/api/math/float.rs
+@@ -39,6 +39,9 @@ mod sqrt;
+ #[macro_use]
+ mod sqrte;
+
++#[macro_use]
++mod tanh;
++
+ macro_rules! impl_float_category {
+ ([$elem_ty:ident; $elem_count:expr]: $id:ident, $mask_ty:ident) => {
+ impl $id {
+diff --git a/third_party/rust/packed_simd/src/api/math/float/tanh.rs
b/third_party/rust/packed_simd/src/api/math/float/tanh.rs
+new file mode 100644
+index 0000000..acfd93c
+--- /dev/null
++++ b/third_party/rust/packed_simd/src/api/math/float/tanh.rs
+@@ -0,0 +1,29 @@
++//! Implements vertical (lane-wise) floating-point `tanh`.
++
++macro_rules! impl_math_float_tanh {
++ ([$elem_ty:ident; $elem_count:expr]: $id:ident | $test_tt:tt) => {
++ impl $id {
++ /// Tanh.
++ #[inline]
++ pub fn tanh(self) -> Self {
++ use crate::codegen::math::float::tanh::Tanh;
++ Tanh::tanh(self)
++ }
++ }
++
++ test_if!{
++ $test_tt:
++ paste::item! {
++ pub mod [<$id _math_tanh>] {
++ use super::*;
++ #[cfg_attr(not(target_arch = "wasm32"), test)]
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
++ fn tanh() {
++ let z = $id::splat(0 as $elem_ty);
++
++ assert_eq!(z, z.tanh());
++ }
++ }
++ }
++ }
++ };
++}
+diff --git a/third_party/rust/packed_simd/src/codegen/math/float.rs
b/third_party/rust/packed_simd/src/codegen/math/float.rs
+index ffbf18b..10d2183 100644
+--- a/third_party/rust/packed_simd/src/codegen/math/float.rs
++++ b/third_party/rust/packed_simd/src/codegen/math/float.rs
+@@ -16,3 +16,4 @@ pub(crate) mod sin_cos_pi;
+ pub(crate) mod sin_pi;
+ pub(crate) mod sqrt;
+ pub(crate) mod sqrte;
++pub(crate) mod tanh;
+diff --git a/third_party/rust/packed_simd/src/codegen/math/float/tanh.rs
b/third_party/rust/packed_simd/src/codegen/math/float/tanh.rs
+new file mode 100644
+index 0000000..4243b0d
+--- /dev/null
++++ b/third_party/rust/packed_simd/src/codegen/math/float/tanh.rs
+@@ -0,0 +1,120 @@
++//! Vertical floating-point `tanh`
++#![allow(unused)]
++
++// FIXME 64-bit 1 elem vectors tanh
++
++#[cfg(not(feature = "std"))]
++use num_traits::Float;
++
++use crate::*;
++
++pub(crate) trait Tanh {
++ fn tanh(self) -> Self;
++}
++
++macro_rules! define_tanh {
++ ($name:ident, $basetype:ty, $simdtype:ty, $lanes:expr, $trait:path) => {
++ fn $name(x: $simdtype) -> $simdtype {
++ use core::intrinsics::transmute;
++ let mut buf: [$basetype; $lanes] = unsafe { transmute(x) };
++ for elem in &mut buf {
++ *elem = <$basetype as $trait>::tanh(*elem);
++ }
++ unsafe { transmute(buf) }
++ }
++ };
++
++ (f32 => $name:ident, $type:ty, $lanes:expr) => {
++ define_tanh!($name, f32, $type, $lanes, Float);
++ };
++
++ (f64 => $name:ident, $type:ty, $lanes:expr) => {
++ define_tanh!($name, f64, $type, $lanes, Float);
++ };
++}
++
++// llvm does not seem to expose the hyperbolic versions of trigonometric
++// functions; we thus call the classical rust versions on all of them (which
++// stem from cmath).
++define_tanh!(f32 => tanh_v2f32, f32x2, 2);
++define_tanh!(f32 => tanh_v4f32, f32x4, 4);
++define_tanh!(f32 => tanh_v8f32, f32x8, 8);
++define_tanh!(f32 => tanh_v16f32, f32x16, 16);
++
++define_tanh!(f64 => tanh_v2f64, f64x2, 2);
++define_tanh!(f64 => tanh_v4f64, f64x4, 4);
++define_tanh!(f64 => tanh_v8f64, f64x8, 8);
++
++fn tanh_f32(x: f32) -> f32 {
++ Float::tanh(x)
++}
++
++fn tanh_f64(x: f64) -> f64 {
++ Float::tanh(x)
++}
++
++gen_unary_impl_table!(Tanh, tanh);
++
++cfg_if! {
++ if #[cfg(target_arch = "s390x")] {
++ // FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/14
++ impl_unary!(f32x2[f32; 2]: tanh_f32);
++ impl_unary!(f32x4[f32; 4]: tanh_f32);
++ impl_unary!(f32x8[f32; 8]: tanh_f32);
++ impl_unary!(f32x16[f32; 16]: tanh_f32);
++
++ impl_unary!(f64x2[f64; 2]: tanh_f64);
++ impl_unary!(f64x4[f64; 4]: tanh_f64);
++ impl_unary!(f64x8[f64; 8]: tanh_f64);
++ } else if #[cfg(all(target_arch = "x86_64", feature = "sleef-sys"))] {
++ use sleef_sys::*;
++ cfg_if! {
++ if #[cfg(target_feature = "avx2")] {
++ impl_unary!(f32x2[t => f32x4]: Sleef_tanhf4_u10avx2128);
++ impl_unary!(f32x16[h => f32x8]: Sleef_tanhf8_u10avx2);
++ impl_unary!(f64x8[h => f64x4]: Sleef_tanhd4_u10avx2);
++
++ impl_unary!(f32x4: Sleef_tanhf4_u10avx2128);
++ impl_unary!(f32x8: Sleef_tanhf8_u10avx2);
++ impl_unary!(f64x2: Sleef_tanhd2_u10avx2128);
++ impl_unary!(f64x4: Sleef_tanhd4_u10avx2);
++ } else if #[cfg(target_feature = "avx")] {
++ impl_unary!(f32x2[t => f32x4]: Sleef_tanhf4_u10sse4);
++ impl_unary!(f32x16[h => f32x8]: Sleef_tanhf8_u10avx);
++ impl_unary!(f64x8[h => f64x4]: Sleef_tanhd4_u10avx);
++
++ impl_unary!(f32x4: Sleef_tanhf4_u10sse4);
++ impl_unary!(f32x8: Sleef_tanhf8_u10avx);
++ impl_unary!(f64x2: Sleef_tanhd2_u10sse4);
++ impl_unary!(f64x4: Sleef_tanhd4_u10avx);
++ } else if #[cfg(target_feature = "sse4.2")] {
++ impl_unary!(f32x2[t => f32x4]: Sleef_tanhf4_u10sse4);
++ impl_unary!(f32x16[q => f32x4]: Sleef_tanhf4_u10sse4);
++ impl_unary!(f64x8[q => f64x2]: Sleef_tanhd2_u10sse4);
++
++ impl_unary!(f32x4: Sleef_tanhf4_u10sse4);
++ impl_unary!(f32x8[h => f32x4]: Sleef_tanhf4_u10sse4);
++ impl_unary!(f64x2: Sleef_tanhd2_u10sse4);
++ impl_unary!(f64x4[h => f64x2]: Sleef_tanhd2_u10sse4);
++ } else {
++ impl_unary!(f32x2[f32; 2]: tanh_f32);
++ impl_unary!(f32x16: tanh_v16f32);
++ impl_unary!(f64x8: tanh_v8f64);
++
++ impl_unary!(f32x4: tanh_v4f32);
++ impl_unary!(f32x8: tanh_v8f32);
++ impl_unary!(f64x2: tanh_v2f64);
++ impl_unary!(f64x4: tanh_v4f64);
++ }
++ }
++ } else {
++ impl_unary!(f32x2[f32; 2]: tanh_f32);
++ impl_unary!(f32x4: tanh_v4f32);
++ impl_unary!(f32x8: tanh_v8f32);
++ impl_unary!(f32x16: tanh_v16f32);
++
++ impl_unary!(f64x2: tanh_v2f64);
++ impl_unary!(f64x4: tanh_v4f64);
++ impl_unary!(f64x8: tanh_v8f64);
++ }
++}
+--
+2.42.0
+
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e160dd877124d22bf4fa55193b79797208ce4a09),
Pavel Vinogradov, 10/12/2023