tc39 / ecmascript_simd

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

First high-level library for SIMD #347

Open ghost opened 8 years ago

ghost commented 8 years ago

High level for typed arrays. Iterator supported. Also can be used as number. Probably will operator support. Here is first in world high-level library for SIMD.js. Added bass-js support. https://github.com/acterhd/rock-js

NO! There is no operator overloading (impossible for JS).

But you can use chaining, and creating instance from typed array and non-typed.

Would be good extended SIMD support, with AVX, AVX2 and etc.