fix: add Float32 to LCNF.builtinRuntimeTypes list (#6837)
This PR adds Float32 to the LCNF builtinRuntimeTypes list. This was missed during the initial Float32 implementation, but this omission has the side effect of lowering Float32 to obj in the IR.
This commit is contained in:
parent
b3be4ea66e
commit
3331ed9bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ List of types that have builtin runtime support
|
|||
def builtinRuntimeTypes : List Name := [
|
||||
``String,
|
||||
``UInt8, ``UInt16, ``UInt32, ``UInt64, ``USize,
|
||||
``Float,
|
||||
``Float, ``Float32,
|
||||
``Thunk, ``Task,
|
||||
``Array, ``ByteArray, ``FloatArray,
|
||||
``Nat, ``Int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue