mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
dsp.h: respect --disable-sse2/sse4.1/neon
previously this would be overridden if the instruction set was enabled via -msse4.1, __aarch64__, etc. Change-Id: I51e87a7da7589c6093d260b848ab41d89ec7b990
This commit is contained in:
@ -259,6 +259,9 @@ AS_IF([test "x$enable_neon" != "xno"], [
|
||||
*android*) AC_CHECK_HEADERS([cpu-features.h]) ;;
|
||||
esac
|
||||
;;
|
||||
aarch64*|arm64*)
|
||||
AC_DEFINE(WEBP_HAVE_NEON, [1], [Set to 1 if NEON is supported])
|
||||
;;
|
||||
esac
|
||||
AC_SUBST([NEON_FLAGS])])
|
||||
|
||||
|
Reference in New Issue
Block a user