Add f16
and f128
to rustc_type_ir::FloatTy
and rustc_abi::Primitive
Make changes necessary to support these types in the compiler.
This commit is contained in:
parent
ef324565d0
commit
e3f63d9375
31 changed files with 107 additions and 14 deletions
|
@ -758,6 +758,8 @@ symbols! {
|
|||
external,
|
||||
external_doc,
|
||||
f,
|
||||
f128,
|
||||
f16,
|
||||
f16c_target_feature,
|
||||
f32,
|
||||
f32_legacy_const_digits,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue