Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

SIMD.isFast #343

@aylusltd

Description

@aylusltd

shouldn't this live on each individual function i.e.

SIMD.Universe.Int32x4.bitInsertIfTrue.isFast

as opposed to

SIMD.isFast(SIMD.Universe.Int32x4.bitInsertIfTrue)

?

I think it'd be easier for the developer to check at the time they're invoking their operation if it's "fast" that way, as well as that making it a static property as opposed to a runtime function.

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