mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v1.05][ARM] Fix compile warning in SVE cntb
This commit is contained in:
@@ -514,7 +514,7 @@ void print_debug(struct cpuInfo* cpu) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (cpu->feat->SVE || cpu->feat->SVE2) {
|
if (cpu->feat->SVE || cpu->feat->SVE2) {
|
||||||
printf("- cntb: %lld\n", cpu->feat->cntb);
|
printf("- cntb: %d\n", (int) cpu->feat->cntb);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__APPLE__) || defined(__MACH__)
|
#if defined(__APPLE__) || defined(__MACH__)
|
||||||
|
|||||||
Reference in New Issue
Block a user