You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the new codegen uses safe math in default, but these operations are implemented in codegen/runtime.
It'd be better to implement these operations in std.
How can it be fixed
Implement safe math functions in std.
In the AST -> MIR lowering, replace arithmetic operations with the corresponding function calls.
The text was updated successfully, but these errors were encountered:
What is wrong?
Currently, the new
codegen
uses safe math in default, but these operations are implemented incodegen/runtime
.It'd be better to implement these operations in
std
.How can it be fixed
std
.The text was updated successfully, but these errors were encountered: