Added denverton to list of architectures with HAS_MEMNEQ=1

This commit is contained in:
Andreas Runfalk 2019-07-16 15:14:24 +02:00
parent 09acbb25cd
commit fe41bdd6de

View File

@ -45,7 +45,7 @@ set +e
# built in memneq support. Unless HAS_MEMNEQ is defined we set it for models
# that support it here.
if [ -z ${HAS_MEMNEQ+x} ]; then
if [ "$PACKAGE_ARCH" == "apollolake" ]; then
if [[ "$PACKAGE_ARCH" == ^apollolake|denverton$ ]]; then
export HAS_MEMNEQ=1
fi
fi