| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 241729ede731a34f7c4dd44eaf38233ee8156b96..7d4e7f29035e0e642d68f50ae96169a2c2107d10 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -435,6 +435,8 @@ DEFINE_BOOL(enable_sahf, true,
|
| "enable use of SAHF instruction if available (X64 only)")
|
| DEFINE_BOOL(enable_avx, true, "enable use of AVX instructions if available")
|
| DEFINE_BOOL(enable_fma3, true, "enable use of FMA3 instructions if available")
|
| +DEFINE_BOOL(intel_atom, false,
|
| + "enable specific optimization for Atom if available")
|
| DEFINE_BOOL(enable_vfp3, ENABLE_VFP3_DEFAULT,
|
| "enable use of VFP3 instructions if available")
|
| DEFINE_BOOL(enable_armv7, ENABLE_ARMV7_DEFAULT,
|
|
|