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 9dbc078 commit 8c19290Copy full SHA for 8c19290
crates/intrinsic-test/src/x86/types.rs
@@ -201,7 +201,7 @@ impl IntrinsicTypeDefinition for X86IntrinsicType {
201
(0..self.num_lanes())
202
.map(|idx| -> std::string::String {
203
format!(
204
- "{cast}{lane_fn}(__return_value, {lane})",
+ "cast<{cast}>({lane_fn}(__return_value, {lane}))",
205
cast = self.c_promotion(),
206
lane_fn = self.get_lane_function(),
207
lane = idx
0 commit comments