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.
1 parent f4bcfc5 commit af632bcCopy full SHA for af632bc
src/librustc_trans/cabi_sparc64.rs
@@ -24,7 +24,7 @@ fn is_homogeneous_aggregate<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, arg: &mut ArgTyp
24
let valid_unit = match unit.kind {
25
RegKind::Integer => false,
26
RegKind::Float => true,
27
- RegKind::Vector => arg.layout.size.bits() == 256
+ RegKind::Vector => arg.layout.size.bits() == 128
28
};
29
30
if valid_unit {
0 commit comments