rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

Support [u8; N] masks #1446

Closed bjorn3 closed 5 months ago

bjorn3 commented 5 months ago

Currently only uN masks are supported. Portable-simd recently started using [u8; N] masks unconditionally.