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 28d461d + f3ab60b commit 8e737d6Copy full SHA for 8e737d6
src/abi.rs
@@ -88,7 +88,7 @@ impl GccType for Reg {
88
64 => cx.type_f64(),
89
_ => bug!("unsupported float: {:?}", self),
90
},
91
- RegKind::Vector => unimplemented!(), //cx.type_vector(cx.type_i8(), self.size.bytes()),
+ RegKind::Vector => cx.type_vector(cx.type_i8(), self.size.bytes()),
92
}
93
94
0 commit comments