aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/scripts/android/ArchSetup.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/scripts/android/ArchSetup.cmake b/cmake/scripts/android/ArchSetup.cmake
index 2fe85fe2f7..49ba396194 100644
--- a/cmake/scripts/android/ArchSetup.cmake
+++ b/cmake/scripts/android/ArchSetup.cmake
@@ -18,9 +18,6 @@ else()
set(ARCH arm)
set(NEON True)
set(NEON_FLAGS "-mfpu=neon")
- if(CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX)
- set(NEON_FLAGS "${NEON_FLAGS} -mvectorize-with-neon-quad")
- endif()
elseif(CPU STREQUAL arm64-v8a)
set(ARCH aarch64)
set(NEON True)