Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIMD Polyfill #99

Closed
thomasfoster96 opened this issue Aug 16, 2015 · 3 comments
Closed

SIMD Polyfill #99

thomasfoster96 opened this issue Aug 16, 2015 · 3 comments
Labels

Comments

@thomasfoster96
Copy link

Obviously the performance benefits of SIMD can't be replicated in this library, but there is a fairly good polyfill available at ecmascript_simd.

I completely understand if this isn't worth doing, but this would save a lot of feature detection at the cost of performance when SIMD isn't available (it is in Firefox nightly only at the moment). A bit like how TypedArrays used to be polyfilled with plain old Arrays.

@zloirock
Copy link
Owner

I think, it will be added in the future, but now we have some problems. It was already mentioned here.

@zloirock zloirock added the es label Aug 16, 2015
@thomasfoster96
Copy link
Author

~half? Wowsers. Sorry, I didn't see that in the README.

Optional feature sounds like a good idea. Making ES3 support (which I gather is the reason for no TypedArrays polyfill?) optional is another option.

@zloirock
Copy link
Owner

zloirock commented Dec 8, 2017

SIMD was moved to inactive proposals list, so I'm closing it before the resumption of work on this proposal.

@zloirock zloirock closed this as completed Dec 8, 2017
@zloirock zloirock added esnext and removed es labels Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants