We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b4216 commit 4fede9fCopy full SHA for 4fede9f
src/arm/linux/hwcap.c
@@ -83,7 +83,7 @@ bool cpuinfo_arm_linux_hwcap_from_getauxval(uint32_t hwcap[restrict static 1], u
83
}
84
85
#ifdef __ANDROID__
86
-bool cpuinfo_arm_linux_hwcap_from_procfs(uint32_t hwcap[restrict static 1], uint32_t hwcap2[restrict static 1]) {
+bool cpuinfo_arm_linux_hwcap_from_procfs(uint32_t hwcap[restrict static 1], uint64_t hwcap2[restrict static 1]) {
87
#if CPUINFO_MOCK
88
*hwcap = mock_hwcap;
89
*hwcap2 = mock_hwcap2;
0 commit comments