[simd.js] Update to spec version 0.8.2.
authorbbudge <bbudge@chromium.org>
Tue, 25 Aug 2015 12:35:06 +0000 (05:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 25 Aug 2015 12:35:19 +0000 (12:35 +0000)
commit8a278a4cc429669c612debc596619a9ae9403e36
treea037ac6fd6aea87125bee57c2ded9247eb20f0db
parentb5502099b7ff9d1f77d28c3ec26f2b40383d1492
[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

Committed: https://crrev.com/4be6d37fd1ad0a6e0ea37da8863ae5169c2b89ba
Cr-Commit-Position: refs/heads/master@{#30322}

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

Cr-Commit-Position: refs/heads/master@{#30353}
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