aboutsummaryrefslogtreecommitdiff
path: root/system_wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'system_wrappers')
-rw-r--r--system_wrappers/source/cpu_features_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/system_wrappers/source/cpu_features_linux.cc b/system_wrappers/source/cpu_features_linux.cc
index 335bed4da3..2d79dde111 100644
--- a/system_wrappers/source/cpu_features_linux.cc
+++ b/system_wrappers/source/cpu_features_linux.cc
@@ -66,6 +66,7 @@ uint64_t GetCPUFeaturesARM(void) {
}
#endif // WEBRTC_GLIBC_PREREQ(2, 16)
#if defined(__aarch64__)
+ (void)platform;
architecture = 8;
if ((hwcap & HWCAP_FP) != 0)
result |= kCPUFeatureVFPv3;