Browse Source

fix typo in cpu.h's comment (#2538)

tags/20210124
Zhuo Zhang GitHub 5 years ago
parent
commit
0bade9e6d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/cpu.h

+ 1
- 1
src/cpu.h View File

@@ -59,7 +59,7 @@ int get_little_cpu_count();
int get_big_cpu_count();

// bind all threads on little clusters if powersave enabled
// affacts HMP arch cpu like ARM big.LITTLE
// affects HMP arch cpu like ARM big.LITTLE
// only implemented on android at the moment
// switching powersave is expensive and not thread-safe
// 0 = all cores enabled(default)


Loading…
Cancel
Save