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 59dd1fc + 1607c89 commit 06fc377Copy full SHA for 06fc377
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