-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
A-craneliftRust's other codegen backend, coming Soon™Rust's other codegen backend, coming Soon™C-feature-requestCategory: a feature request, i.e. not implemented / a PRCategory: a feature request, i.e. not implemented / a PR
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
workingjubilee
Metadata
Metadata
Assignees
Labels
A-craneliftRust's other codegen backend, coming Soon™Rust's other codegen backend, coming Soon™C-feature-requestCategory: a feature request, i.e. not implemented / a PRCategory: a feature request, i.e. not implemented / a PR