Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index ea72168b7809417e80fd24d4a42800c6958214f6..5a2f3a8c3dc97bcc0c4f04ae4781c30a356cc5e6 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -309,10 +309,10 @@ DEFINE_bool(enable_rdtsc, true, |
DEFINE_bool(enable_sahf, true, |
"enable use of SAHF instruction if available (X64 only)") |
DEFINE_bool(enable_vfp3, true, |
- "enable use of VFP3 instructions if available - this implies " |
- "enabling ARMv7 and VFP2 instructions (ARM only)") |
+ "enable use of VFP3 instructions if available") |
DEFINE_bool(enable_vfp2, true, |
- "enable use of VFP2 instructions if available") |
+ "this flag is no longer supported, VFP2 support is a basic " |
+ "requirement for V8 on ARM") |
Yang
2013/04/05 10:07:01
Not sure why we don't just remove this flag. Speci
danno
2013/04/08 19:45:33
Done.
|
DEFINE_bool(enable_armv7, true, |
"enable use of ARMv7 instructions if available (ARM only)") |
DEFINE_bool(enable_sudiv, true, |