The packed_simd_2 crate fails to compile on the latest nightly with errors about `simd_shuffle64` ``` error: unrecognized platform-specific intrinsic function: `simd_shuffle64` --> /home/raphael/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_simd_2-0.3.8/src/codegen/llvm.rs:15:5 ```