gallium: Enable ASIMD/NEON on aarch64.
authorMatt Turner <mattst88@gmail.com>
Tue, 22 Jan 2019 23:03:02 +0000 (15:03 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 24 Jan 2019 19:07:24 +0000 (11:07 -0800)
commit385ee7c3d0536424eb9822fe873d4410b831cbfe
tree92fd4a138a5018404c4662cf93fccff0ea2bec49
parent1f6b92b47652e7f48f03ef6a4228a19537022d23
gallium: Enable ASIMD/NEON on aarch64.

NEON (now called ASIMD) is available on all aarch64 CPUs. Our code was
missing an aarch64 path, leading to util_cpu_caps.has_neon always being
false on aarch64.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/util/u_cpu_detect.c