Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index bc7354c5b226ee9a799c8e290998f23902b0f458..e7994e180ed1f898112c7188f552ee172477a3d1 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -419,6 +419,8 @@ DEFINE_BOOL(enable_sse4_1, true, |
"enable use of SSE4.1 instructions if available") |
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(enable_vfp3, ENABLE_VFP3_DEFAULT, |
"enable use of VFP3 instructions if available") |
DEFINE_BOOL(enable_armv7, ENABLE_ARMV7_DEFAULT, |