diff options
author | Rechi <Rechi@users.noreply.github.com> | 2023-02-22 11:50:25 +1000 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2023-02-22 11:50:25 +1000 |
commit | 1890df2527a45c6c433264a8f1322c3f12e22436 (patch) | |
tree | b167937185147d62a2faded3a07ed85815f6cd42 /cmake | |
parent | aece6a8b3c52cdd64f1aa6c58aa6be33efdabc29 (diff) |
[cmake] remove leftover from Android GCC support
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/android/ArchSetup.cmake | 3 |
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) |