We should have the basecases for these integer multiplication types in assembly: - [ ] `mullo` - [ ] `mulhi` - [ ] `sqrlo` - [ ] `sqrhi` Currently only parts of these are implemented. (`mulmid` could also be implemented, but probably just for very specific forms.)
We should have the basecases for these integer multiplication types in assembly:
mullomulhisqrlosqrhiCurrently only parts of these are implemented. (
mulmidcould also be implemented, but probably just for very specific forms.)