mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
remove comment
This commit is contained in:
parent
ac97487645
commit
d7bee58105
@ -428,7 +428,6 @@ pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(bx: &mut Builder<'a, 'gcc, 'tcx>,
|
|||||||
32 => ("f32", elem_ty),
|
32 => ("f32", elem_ty),
|
||||||
64 => ("f64", elem_ty),
|
64 => ("f64", elem_ty),
|
||||||
_ => {
|
_ => {
|
||||||
// Can we pass elem_ty directly?
|
|
||||||
return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
|
return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user