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:
authorT.J. Alumbaugh <talumbau@google.com>2021-03-06 01:54:11 +0300
committerCopybara-Service <copybara-worker@google.com>2021-03-09 23:57:16 +0300
commit46c3c9e8edca1144e62fb57620ba9cd9dff9940f (patch)
tree7625411985a387312e9c55aa28bdfcde28592fe9
parent54774a7a2cf85963777289193629d4bd42de4a59 (diff)
If only one cluster is detected, assign package leader based on related CPUs.test_361230515
PiperOrigin-RevId: 361230515
-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