summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 8c76468..eaab22f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -549,7 +549,9 @@ int main ( int argc, char ** argv )
hashToTest = argv[1];
}
- SetAffinity(3);
+ // Code runs on the 3rd CPU by default
+
+ SetAffinity((1 << 2));
SelfTest();