tc39 / ecmascript_simd

SIMD numeric type for EcmaScript
Other
544 stars 64 forks source link

A few patches for outstanding polyfill/test issues #219

Closed littledan closed 9 years ago

sunfishcode commented 9 years ago

I had imagined we'd move Float64x2/Bool64x2 code into a separate file instead of deleting it, because I believe we do want to eventually standardize it, so it's still useful to have a polyfill for people to experiment with. However, it's probably fine for now. I can resurrect the code and submit a new PR to do this.

So this LGTM.