[simd.js] Update to spec version 0.8.2.
authorbbudge <bbudge@chromium.org>
Mon, 24 Aug 2015 09:13:00 +0000 (02:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Aug 2015 09:13:08 +0000 (09:13 +0000)
commit4be6d37fd1ad0a6e0ea37da8863ae5169c2b89ba
tree7914cc7bffc3288d5331c415e9f42a7de28ecbcd
parent9726db81993d22eacfeaf52883e06a1a8c442c89
[simd.js] Update to spec version 0.8.2.

Adds Uint32x4, Uint16x8, and Uint8x16 types.
Adds all functions in the current spec, except for loads and stores.

LOG=Y
BUG=v8:4124

Review URL: https://codereview.chromium.org/1294513004

Cr-Commit-Position: refs/heads/master@{#30322}
14 files changed:
src/contexts.h
src/harmony-simd.js
src/heap/heap.h
src/messages.js
src/objects-inl.h
src/objects-printer.cc
src/objects.h
src/runtime/runtime-simd.cc
src/runtime/runtime.h
test/cctest/test-heap-profiler.cc
test/cctest/test-heap.cc
test/cctest/test-simd.cc
test/mjsunit/harmony/simd.js
test/simdjs/testcfg.py