In README.md, remove old changelog and add guide to repo

This is done to address #97 . I previously accidentally commited this; what I meant to do was make a pull request, so I reverted it and I'm mailing it again as a pull request
1 file changed
tree: b892ec443dc57f3b01141704fc52fa2c885d3d8c
  1. dart/
  2. src/
  3. tc39/
  4. extended-api.md
  5. LICENSE.txt
  6. README.md
  7. 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://littledan.github.io/simd.html .
  • 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