mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
PR tidy-ups
This commit is contained in:
parent
93448182e4
commit
7ea59ad9d4
5 changed files with 41 additions and 29 deletions
|
@ -31,7 +31,7 @@ impl WasmLayout {
|
|||
|
||||
Layout::Builtin(Int64) => Self::LocalOnly(I64, size),
|
||||
|
||||
Layout::Builtin(Float32 | Float16) => Self::LocalOnly(F32, size),
|
||||
Layout::Builtin(Float32) => Self::LocalOnly(F32, size),
|
||||
|
||||
Layout::Builtin(Float64) => Self::LocalOnly(F64, size),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue