Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ruy/opt_set.h')
-rw-r--r--ruy/opt_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruy/opt_set.h b/ruy/opt_set.h
index 244d9da..769c7c9 100644
--- a/ruy/opt_set.h
+++ b/ruy/opt_set.h
@@ -42,7 +42,7 @@ limitations under the License.
#define RUY_OPT_SET (~RUY_OPT_BIT_PREFETCH_LOAD)
#else
// Default to all optimizations.
-#define RUY_OPT_SET (~0)
+#define RUY_OPT_SET (~0x40)
#endif
#endif