From 2d4ae30508704c7e86457dc7ea3e4cfeab80fb0d Mon Sep 17 00:00:00 2001 From: nihui Date: Fri, 16 Feb 2018 14:27:46 +0800 Subject: [PATCH] fallback to all cores --- src/cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu.cpp b/src/cpu.cpp index 3b1189ba2..7814ec022 100644 --- a/src/cpu.cpp +++ b/src/cpu.cpp @@ -394,8 +394,8 @@ int set_cpu_powersave(int powersave) if (little_cluster_offset == 0 && powersave != 0) { + powersave = 0; fprintf(stderr, "SMP cpu powersave not supported\n"); - return -1; } // prepare affinity cpuid