Revision: 12691 Author: [email protected] Date: Wed Oct 10 09:15:29 2012 Log: ARM: allow VFP3 instructions when hardfloat is enabled.
[email protected] BUG=152506 Review URL: https://chromiumcodereview.appspot.com/11028116 http://code.google.com/p/v8/source/detail?r=12691 Modified: /branches/bleeding_edge/build/common.gypi ======================================= --- /branches/bleeding_edge/build/common.gypi Wed Oct 10 04:13:15 2012 +++ /branches/bleeding_edge/build/common.gypi Wed Oct 10 09:15:29 2012 @@ -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
