Skip to content

Make *_poly_mulhigh available and as efficient as *_poly_mullow #2187

Open
@fredrik-johansson

Description

@fredrik-johansson

Mulhigh for polynomials is exactly the same operation as mullow, just reindexed, so we ought to make it exactly as performant in all cases.

Upside: in Newton division and reduction with precomputed inverses, we could just do a mulhigh instead of reversing the operands, doing a mullow, and reversing the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions