Reviewers: rossberg,

Description:
Add all SIMD.float32x4 functions that can be implemented without the other SIMD
types.

constructor, splat constructor
check
extractLane, replaceLane
abs, neg, sqrt, reciprocalApproximation, reciprocalSqrtApproximation
add, sub, mul, div, min, max, minNum, maxNum
swizzle, shuffle

Includes a patch to the test harness for console.log output.

LOG=N
BUG=v8:4124

Please review this at https://codereview.chromium.org/1160443009/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+542, -14 lines):
  M BUILD.gn
  M include/v8.h
  M src/api.h
  M src/api.cc
  M src/bootstrapper.cc
  M src/contexts.h
  M src/flag-definitions.h
  M src/globals.h
  A src/harmony-simd.js
  M src/objects.h
  M src/objects.cc
  M src/objects-inl.h
  M src/runtime/runtime.h
  A src/runtime/runtime-simd.cc
  M test/simdjs/harness-adapt.js
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to