We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d41fea commit 57a7684Copy full SHA for 57a7684
src/utils.cpp
@@ -785,7 +785,7 @@ void bind_to_core() {
785
fprintf(stderr, "Pinned to cpu %d\n", core);
786
}
787
#elif defined(__APPLE__) && !defined(IOS)
788
-#if defined(APPLE_M1_FIRESTORM) || defined(APPLE_M2_AVALANCHE)
+#if defined(APPLE_PCORE)
789
// p core
790
fprintf(stderr, "Bind to P core on macOS\n");
791
pthread_set_qos_class_self_np(QOS_CLASS_USER_INTERACTIVE, 0);
0 commit comments