Skip to content

Commit

Permalink
Merge pull request #1453 from kszaq/libdvbcsa-aarch64
Browse files Browse the repository at this point in the history
libdvbcsa: use enable-neon for Aarch64
  • Loading branch information
lrusak committed Mar 24, 2017
2 parents cf13c26 + eb2d67c commit 19223ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/addons/addon-depends/libdvbcsa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static --with-sysroot=$SYSR
if echo "$TARGET_FPU" | grep -q '^neon'; then
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-neon"
elif [ "$TARGET_ARCH" = aarch64 ]; then
# change this to --enable-neon when AArch64 NEON performance is improved
# check performance with test/benchbitslice
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-uint64"
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-neon"
elif [ "$TARGET_ARCH" = x86_64 ]; then
if echo "$PROJECT_CFLAGS" | grep -q '\-mssse3'; then
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-ssse3"
Expand Down

0 comments on commit 19223ad

Please sign in to comment.