Fix 'unused variable' warning when neon_i8mm is disabled
authorJonathan Wright <jonathan.wright@arm.com>
Mon, 30 Oct 2023 15:24:12 +0000 (15:24 +0000)
committerJonathan Wright <jonathan.wright@arm.com>
Mon, 30 Oct 2023 15:53:18 +0000 (15:53 +0000)
commit3f3576098ffcc6cf5b44835e2fc1414c227de6cd
treeb756754c74fdfa4fc95ce3c76c35f4e24196309a
parent6457f065290f8114930204df33957388758c7a43
Fix 'unused variable' warning when neon_i8mm is disabled

Guard hwcap2 feature interrogation on HAVE_NEON_I8MM so that it gets
disabled if neon_i8mm is disabled when configuring the build.

Bug: webm:1825
Change-Id: Ic6ff71f17387b96219591928a583d43560bb7c7a
vpx_ports/aarch64_cpudetect.c