mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Remove f16. It is not really supported by modern CPU hardware.
This commit is contained in:
parent
09aa522ee5
commit
0c6f8f308f
8 changed files with 10 additions and 22 deletions
|
@ -1241,7 +1241,7 @@ fn builtin_spec(
|
|||
|
||||
match builtin {
|
||||
Int128 | Int64 | Int32 | Int16 | Int8 | Int1 | Usize => builder.add_tuple_type(&[]),
|
||||
Decimal | Float128 | Float64 | Float32 | Float16 => builder.add_tuple_type(&[]),
|
||||
Decimal | Float128 | Float64 | Float32 => builder.add_tuple_type(&[]),
|
||||
Str | EmptyStr => str_type(builder),
|
||||
Dict(key_layout, value_layout) => {
|
||||
let value_type = layout_spec_help(builder, value_layout, when_recursive)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue