Browse Source

fix typo

tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
a182251284
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic_arm64.c

+ 1
- 1
driver/others/dynamic_arm64.c View File

@@ -310,7 +310,7 @@ static gotoblas_t *get_coretype(void) {
else cpulowperf++;
if (cpucap >=1000) part = prt;
} else if (implementer == 0x41 ){
if (prt >= 0xd4b) cpuhiperf++:
if (prt >= 0xd4b) cpuhiperf++;
else if (prt>= 0xd07) cpumidperf++;
else cpulowperf++;
} else cpulowperf++;


Loading…
Cancel
Save