Closed
Description
In rust-lang/rust#80652 I disabled non-power-of-two vector lengths to deconflict stdsimd
and cg_clif
development. Power-of-two vectors are typically sufficient, but there was at least one crate using length-3 vectors (yoanlcq/vek#66). It would be nice to reenable these at some point, which would require support from cranelift. Perhaps a feature request should be filed with cranelift?
cc @bjorn3