Skip to content

Commit

Permalink
Unbreak power architecture part 2
Browse files Browse the repository at this point in the history
The compiler flag also refered the wrong file.
  • Loading branch information
0xxon committed Aug 28, 2020
1 parent e8efab5 commit 05f7e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ elseif (${COMPILER_ARCHITECTURE} STREQUAL "aarch64")
../auxil/highwayhash/highwayhash/hh_neon.cc
)
elseif (${COMPILER_ARCHITECTURE} STREQUAL "power")
set_source_files_properties(../auxil/highwayhash/highwayhash/hh_avx2.cc PROPERTIES COMPILE_FLAGS
set_source_files_properties(../auxil/highwayhash/highwayhash/hh_vsx.cc PROPERTIES COMPILE_FLAGS
-mvsx)
list(APPEND HH_SRCS
../auxil/highwayhash/highwayhash/hh_vsx.cc
Expand Down

0 comments on commit 05f7e3f

Please sign in to comment.