Skip to content

Commit

Permalink
Merge pull request xbmc#23830 from joseluismarti/neon
Browse files Browse the repository at this point in the history
[Android] Neon is being enabled by default
  • Loading branch information
fuzzard authored Oct 4, 2023
2 parents 1bfba10 + 9a4def0 commit b96c33a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmake/scripts/android/ArchSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ else()
if(CPU STREQUAL armeabi-v7a)
set(ARCH arm)
set(NEON True)
set(NEON_FLAGS "-mfpu=neon")
elseif(CPU STREQUAL arm64-v8a)
set(ARCH aarch64)
set(NEON True)
Expand Down
2 changes: 1 addition & 1 deletion tools/depends/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ case $host in
use_cpu="armeabi-v7a"
fi
if test "x$use_cpu" = "xarmeabi-v7a"; then
platform_cflags="${platform_cflags} -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon"
platform_cflags="${platform_cflags} -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp"
fi
platform_ldflags="${platform_ldflags} -Wl,--exclude-libs,libunwind.a"
meson_cpu="arm"
Expand Down

0 comments on commit b96c33a

Please sign in to comment.