Reviewers: danno,

Message:
PTAL

Description:
ARM: allow VFP3 instructions when hardfloat is enabled.

[email protected]
BUG=152506


Please review this at https://chromiumcodereview.appspot.com/11028116/

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

Affected files:
  M build/common.gypi


Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 125809db52820e9407a0c1ea7ba42b178e436b9f..01f7dd0fd1707727091d377645f619df5fc9e1ea 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -152,7 +152,7 @@
           [ 'v8_use_arm_eabi_hardfloat=="true"', {
             'defines': [
               'USE_EABI_HARDFLOAT=1',
-              'CAN_USE_VFP2_INSTRUCTIONS',
+              'CAN_USE_VFP3_INSTRUCTIONS',
             ],
             'target_conditions': [
               ['_toolset=="target"', {


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to