1
Fork 0

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:
Trevor Gross 2024-02-28 03:44:23 -05:00
parent ef324565d0
commit e3f63d9375
31 changed files with 107 additions and 14 deletions

View file

@ -758,6 +758,8 @@ symbols! {
external,
external_doc,
f,
f128,
f16,
f16c_target_feature,
f32,
f32_legacy_const_digits,