Skip to content

Commit fb029b4

Browse files
committed
note another alternative
1 parent 9870ae9 commit fb029b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-carrying-mul.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ None known
4949
# Rationale and alternatives
5050
[alternatives]: #alternatives
5151

52-
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.
52+
- 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.
53+
- We could define a `mul_high` method which merely returns the high word.
5354

5455
# Prior art
5556
[prior-art]: #prior-art

0 commit comments

Comments
 (0)