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

SIMD.isFast #343

Open
aylusltd opened this issue Apr 22, 2016 · 0 comments
Open

SIMD.isFast #343

aylusltd opened this issue Apr 22, 2016 · 0 comments

Comments

@aylusltd
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant