Revision: 12288
Author: [email protected]
Date: Fri Aug 10 05:26:21 2012
Log: Revert inadvertent commit of testing change to flag-definitions.h
http://code.google.com/p/v8/source/detail?r=12288
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Aug 10 05:24:06 2012
+++ /branches/bleeding_edge/src/flag-definitions.h Fri Aug 10 05:26:21 2012
@@ -274,12 +274,12 @@
"enable use of RDTSC instruction if available")
DEFINE_bool(enable_sahf, true,
"enable use of SAHF instruction if available (X64 only)")
-DEFINE_bool(enable_vfp3, false,
+DEFINE_bool(enable_vfp3, true,
"enable use of VFP3 instructions if available - this implies "
"enabling ARMv7 and VFP2 instructions (ARM only)")
-DEFINE_bool(enable_vfp2, false,
+DEFINE_bool(enable_vfp2, true,
"enable use of VFP2 instructions if available")
-DEFINE_bool(enable_armv7, false,
+DEFINE_bool(enable_armv7, true,
"enable use of ARMv7 instructions if available (ARM only)")
DEFINE_bool(enable_fpu, true,
"enable use of MIPS FPU instructions if available (MIPS only)")
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev