Add cast from f128 to non-native integer
This commit is contained in:
parent
e373b93b0b
commit
ec2996cfba
1 changed files with 1 additions and 0 deletions
|
|
@ -955,6 +955,7 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
|
||||||
// cSpell:disable
|
// cSpell:disable
|
||||||
TypeKind::Float => "sfti",
|
TypeKind::Float => "sfti",
|
||||||
TypeKind::Double => "dfti",
|
TypeKind::Double => "dfti",
|
||||||
|
TypeKind::FP128 => "tfti",
|
||||||
// cSpell:enable
|
// cSpell:enable
|
||||||
kind => panic!("cannot cast a {:?} to non-native integer", kind),
|
kind => panic!("cannot cast a {:?} to non-native integer", kind),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue