X87: implement MathPow stub for X87.
authorchunyang.dai <chunyang.dai@intel.com>
Mon, 27 Jul 2015 10:05:27 +0000 (03:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 27 Jul 2015 10:05:43 +0000 (10:05 +0000)
commit5c5c55fb94d5be4195d1fda72ca535dd014c967e
tree5126aed0ef199ed87625e9cf7845efe69e83b026
parent20ebc602c70f9cadc229c003fdeb4668785b6228
X87: implement MathPow stub for X87.

  In CL 0fe2fbd173c5e547e021476428001cac6fcdf7a9 the implementation of
  MathPow for all ports are unified and MathPow stub code is invoked.
  So we move the direct runtime function call from full-codegen to MathPow
  stub for X87 platform.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#29865}
src/x87/code-stubs-x87.cc