pathfinder
pathfinder copied to clipboard
Compile error on nightly: invalid monomorphization, simd_shuffle index must be a SIMD vector
I get this compile error on nightly-2024-09-17:
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: simd_shuffle index must be a SIMD vector of `u32`, got `[u32; 4]`
--> /Users/niklas/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.4/src/arm/mod.rs:163:24
|
163 | unsafe { F32x4(simd_shuffle4!(self.0, other.0, [0, 1, 2, 3])) }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `simd_shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info)