util: skip NEON detection if built with -mfpu=neon
authorJan Beich <jbeich@FreeBSD.org>
Mon, 16 Sep 2019 11:26:24 +0000 (11:26 +0000)
committerMatt Turner <mattst88@gmail.com>
Wed, 9 Oct 2019 19:55:00 +0000 (12:55 -0700)
commit7d5ad8e77e4e085d30debc832d401d1cd78fb8c3
treed0a106db239f50d91bfd52ef958bca907dfc8537
parent5218c3b27e41aefa9f4424a25a22b13895bd2d6f
util: skip NEON detection if built with -mfpu=neon

Helps platforms where runtime detection isn't implemented.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Jan Beich <jbeich@FreeBSD.org>
src/util/u_cpu_detect.c