Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Dec 26, 2015
1 parent 6b59a73 commit 19aff49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ if (is_x86)
option (USE_AVX "Use AVX instruction set" OFF)
endif ()
elseif (TARGET_ARCH MATCHES "ARM")
option (USE_NEON "Use NEON instruction set" OFF)
option (USE_NEON "Use NEON instruction set" OFF)
elseif (TARGET_ARCH MATCHES "PPC")
option (USE_ALTIVEC "Use Altivec instruction set" OFF)
option (USE_ALTIVEC "Use Altivec instruction set" OFF)
else ()
# Unknown architecture: No SIMD.
# Unknown architecture: No SIMD.
endif ()


Expand Down

0 comments on commit 19aff49

Please sign in to comment.