rust-lang / portable-simd

The testing ground for the future of portable SIMD in Rust
Apache License 2.0
873 stars 78 forks source link

`simd_div` and `simd_rem` ICEs for non-power-of-two length vectors on Aarch64 #427

Open calebzulawski opened 1 month ago

calebzulawski commented 1 month ago

For non-power-of-two length vectors on Aarch64 (#422):

These still need reproducers to submit to LLVM

workingjubilee commented 1 week ago

oh cool.

workingjubilee commented 1 week ago

@calebzulawski was this before we made our weird layout changes or just always

workingjubilee commented 1 week ago

also on what element types?

calebzulawski commented 1 week ago

Yeah, only with #[repr(simd, packed)]. I want to say it was for i8 but I don't remember for sure.