infra: fix simd_type detection for aarch64 cpus
'host_machine.cpu()' returns specific cpu model (for example 'cortex-a72'), which would never match the condition. This replaces it with the 'cpu_family()', as is used in the conditions above, to match aarch64. Note: 'cpu_family' values defined here: https://mesonbuild.com/Reference-tables.html#cpu-families
D
Daniel Brát committed
cbb457128dbc9c60963b58a673b38e0bf1f03f90
Parent: 82cd8f6
Committed by Hermet Park <hermetpark@gmail.com>
on 8/31/2026, 9:16:57 AM