Skip to content

Commit

Permalink
note another alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
strake committed Apr 24, 2018
1 parent 9870ae9 commit fb029b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion text/0000-carrying-mul.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ None known
# Rationale and alternatives
[alternatives]: #alternatives

The alternative is to not define this method, which means to do a double-wide multiplication, the user must use inline asm (unstable) or do an awkward dance of shifts and multiplications.
- We could not define this method, which means to do a double-wide multiplication, the user must use inline asm (unstable) or do an awkward dance of shifts and multiplications.
- We could define a `mul_high` method which merely returns the high word.

# Prior art
[prior-art]: #prior-art
Expand Down

0 comments on commit fb029b4

Please sign in to comment.