You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: