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
Arbitrary multiplication seems like could be supported with the :ARITH instruction which is actually a add-multiply instruction, but we can always set the add component to zero.
Right now Cranelift backend only supports addition and subtraction operations. We want to extend it to support multiplication and division.
An example program would be:
(and another similar one for division)
The text was updated successfully, but these errors were encountered: