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 89a3f03 commit 77d27cbCopy full SHA for 77d27cb
src/hwcaps_linux_or_android.c
@@ -153,7 +153,7 @@ const char *CpuFeatures_GetBasePlatformPointer(void) {
153
return (const char *)GetHardwareCapabilitiesFor(AT_BASE_PLATFORM);
154
}
155
156
-bool CpuFeatures_IsHwCapCpuidSupported() {
+bool CpuFeatures_IsHwCapCpuidSupported(void) {
157
return GetElfHwcapFromGetauxval(AARCH64_HWCAP_CPUID);
158
159
0 commit comments