diff --git a/src/int.rs b/src/int.rs index 49de0b490e88..442a54addf29 100644 --- a/src/int.rs +++ b/src/int.rs @@ -955,6 +955,7 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> { // cSpell:disable TypeKind::Float => "sfti", TypeKind::Double => "dfti", + TypeKind::FP128 => "tfti", // cSpell:enable kind => panic!("cannot cast a {:?} to non-native integer", kind), };