Reviewers: Jakob,

Message:
Please take a look.

For the record, the root mean square of the absolute error with the existing
(FPU) sin and cos on the chose test input values is 8.6962e-15, the new
implementation achieves 8.7320e-15.

Description:
Implement Math.sin, cos and tan using table lookup and spline interpolation.

[email protected]
BUG=

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+266, -196 lines):
  M src/arm/full-codegen-arm.cc
  M src/hydrogen.cc
  M src/ia32/full-codegen-ia32.cc
  M src/math.js
  M src/mips/full-codegen-mips.cc
  M src/objects-inl.h
  M src/objects.h
  M src/objects.cc
  M src/runtime.h
  M src/runtime.cc
  M src/x64/full-codegen-x64.cc
  M test/mjsunit/sin-cos.js


--
--
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/groups/opt_out.

Reply via email to