Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #137318 - bjorn3:cg_clif_abi_workaround, r=workingjubilee
Workaround Cranelift not yet properly supporting vectors smaller than 128bit While it would technically be possible to workaround this in cg_clif, it quickly becomes very messy and would likely cause correctness issues. Working around it in rustc instead is much simper and won't have any negative impact for code running on stable as vectors smaller than 128bit can only be made on nightly using core::simd or #[repr(simd)].
Jubilee 2025-02-21
parent 0169566 · parent 99beae8 · commit d7f6637
0 files changed, 0 insertions, 0 deletions