about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-20 15:06:53 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-20 15:06:56 +0000
commit18c210c7869b5786acde4d343a47df99113dba9b (patch)
tree2decba67ab9174a3f50fe7c525b3918cbee80216 /compiler/rustc_mir_transform/src
parentc62239aeb3ba7781a6d7f7055523c1e8c22b409c (diff)
downloadrust-18c210c7869b5786acde4d343a47df99113dba9b.tar.gz
rust-18c210c7869b5786acde4d343a47df99113dba9b.zip
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)].
Diffstat (limited to 'compiler/rustc_mir_transform/src')
0 files changed, 0 insertions, 0 deletions