-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When you multiply two integers you get a double-width output, and if you keep just the lower half of that output then the bits are correct for both signed and unsigned integer multiplication.
Thus, some of our multiplication should be marked as working for both signed and unsigned, with appropriate names and such.
I did part of this in 561e68b, but we need to review and probably fix more stuff elsewhere.
Metadata
Metadata
Assignees
Labels
No labels