Skip to content

Commit

Permalink
Merge pull request #11405 from AreaScout/master
Browse files Browse the repository at this point in the history
Fix: should close on spec #11404
  • Loading branch information
hrydgard authored Sep 20, 2018
2 parents c69e426 + 0dbe5d7 commit 92b857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(CMAKE_SYSTEM_PROCESSOR)
endif()
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^armv7")
set(ARMV7 ON)
add_compile_options(-mfpu=neon-vfpv4)
add_compile_options(-mfpu=neon)
# Horrifying workaround for bug in android cmake stuff for asm files
if (ANDROID)
set(CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -target armv7a-none-linux-android")
Expand Down

0 comments on commit 92b857c

Please sign in to comment.