simd
Version:
SIMD polyfill
13 lines (11 loc) • 453 B
Markdown
2.0.0 / 2015-06-17
=================
* Remove `DataView` support
* `store` and `storeN` methods now return the instance, for chaining.
* Update `es5-shim`, `es6-shim`, `eslint`. Run `npm run lint` as part of tests.
* Test up to `io.js` `v2.3`
* Add `SIMD.{float32x4, float64x2, int32x4, int16x8, int8x16}#{toString, toLocaleString, valueOf}`
* Capitalize type names; add Bool types
1.0.0 / 2015-05-23
=================
* Initial release.