error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: simd_shuffle index must be a SIMD vector of `u32`, got `[u32; 2]`
--> /Users/liber/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.4/src/arm/mod.rs:348:24
|
348 | unsafe { F32x2(simd_shuffle2!(self.0, self.0, [2, 3])) }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `simd_shuffle2` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0511`.
To Reproduce
Some minimal reproduce code is highly recommended
Describe the bug
To Reproduce Some minimal reproduce code is highly recommended
Version Information
pathfinder BUG