mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
rename BackendRepr::Vector → SimdVector
This commit is contained in:
parent
3ffaee7520
commit
5377cfb472
@ -192,7 +192,7 @@ fn layout_of_simd_ty(
|
|||||||
Ok(Arc::new(Layout {
|
Ok(Arc::new(Layout {
|
||||||
variants: Variants::Single { index: struct_variant_idx() },
|
variants: Variants::Single { index: struct_variant_idx() },
|
||||||
fields,
|
fields,
|
||||||
backend_repr: BackendRepr::Vector { element: e_abi, count: e_len },
|
backend_repr: BackendRepr::SimdVector { element: e_abi, count: e_len },
|
||||||
largest_niche: e_ly.largest_niche,
|
largest_niche: e_ly.largest_niche,
|
||||||
uninhabited: false,
|
uninhabited: false,
|
||||||
size,
|
size,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user