Skip to content

check all integer multiplies #102

@Lokathor

Description

@Lokathor

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions