Skip to content

Use warp votes to branch on argument size to select fastest algo #49

@unzvfu

Description

@unzvfu

Something like this for example:

if (__all(bits < digit::BITS))
    algo_small_params(...);
else
    algo_generic(...);

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