Revision: 12695 Author: [email protected] Date: Wed Oct 10 14:29:48 2012 Log: Merged r12691 into 3.13 branch.
ARM: allow VFP3 instructions when hardfloat is enabled. BUG=152506 [email protected] Review URL: https://chromiumcodereview.appspot.com/11099050 http://code.google.com/p/v8/source/detail?r=12695 Modified: /branches/3.13/build/common.gypi /branches/3.13/src/version.cc ======================================= --- /branches/3.13/build/common.gypi Wed Sep 5 09:44:50 2012 +++ /branches/3.13/build/common.gypi Wed Oct 10 14:29:48 2012 @@ -152,7 +152,7 @@ [ 'v8_use_arm_eabi_hardfloat=="true"', { 'defines': [ 'USE_EABI_HARDFLOAT=1', - 'CAN_USE_VFP_INSTRUCTIONS', + 'CAN_USE_VFP3_INSTRUCTIONS', ], 'target_conditions': [ ['_toolset=="target"', { ======================================= --- /branches/3.13/src/version.cc Mon Sep 24 09:36:15 2012 +++ /branches/3.13/src/version.cc Wed Oct 10 14:29:48 2012 @@ -35,7 +35,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 13 #define BUILD_NUMBER 7 -#define PATCH_LEVEL 2 +#define PATCH_LEVEL 3 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define IS_CANDIDATE_VERSION 0 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
