Open
Description
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: simd_shuffle index must be a SIMD vector of `u32`, got `[u32; 4]`
--> /Users/bjorn/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_simd-0.5.4/src/arm/swizzle_f32x4.rs:1818:24
|
1818 | unsafe { F32x4(simd_shuffle4!(self.0, self.0, [3, 3, 3, 3])) }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `simd_shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info)
This breaks compiling zed on macOS.