Merge pull request #327 from stoklund/nan-rangeerror

Throw a RangeError when fromFloat32x4 sees a NaN.
tree: 8a8364591f5b757f2c06b9f18d2c1af8f73250b6
  1. src/
  2. tc39/
  3. extended-api.md
  4. LICENSE.txt
  5. README.md
  6. run_dev_server.sh
README.md

ecmascript_simd

===============

This repository contains:

  • The authoritative API reference documentation is generated from tc39/spec.html. You can view a rendered copy at http://tc39.github.io/ecmascript_simd/ .
  • A polyfill at src/ecmascript_simd.js, which can't implement value semantics, but includes a correct implementation of all functions
  • Extensive tests at src/ecmascript_simd_tests.js, which can be run using other files in src/. Benchmarks and example code live in the same directory.
  • A presentation explaining the motivation and outlining the approach at tc39/SIMD-128 TC-39.pdf