Browse Source

fallback to all cores

tags/20180314
nihui 8 years ago
parent
commit
2d4ae30508
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/cpu.cpp

+ 1
- 1
src/cpu.cpp View File

@@ -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


Loading…
Cancel
Save