We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f3bdd1 + c001c2a commit 2244c99Copy full SHA for 2244c99
crates/hir-ty/src/layout.rs
@@ -192,7 +192,7 @@ fn layout_of_simd_ty(
192
Ok(Arc::new(Layout {
193
variants: Variants::Single { index: struct_variant_idx() },
194
fields,
195
- backend_repr: BackendRepr::Vector { element: e_abi, count: e_len },
+ backend_repr: BackendRepr::SimdVector { element: e_abi, count: e_len },
196
largest_niche: e_ly.largest_niche,
197
uninhabited: false,
198
size,
0 commit comments