Skip to content

Commit

Permalink
SIKE build fix on ARM64 (open-quantum-safe#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Karpey authored Apr 15, 2020
1 parent f8e74ba commit e91e334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kem/sike/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(ARCH STREQUAL "x86_64")
endif()
elseif(ARCH STREQUAL "arm64")
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux")
set(SRCS ${SRCS} P503/AMD64/fp_x64_asm.S
P751/AMD64/fp_x64_asm.S)
set(SRCS ${SRCS} P503/ARM64/fp_arm64_asm.S
P751/ARM64/fp_arm64_asm.S)
endif()
endif()

Expand Down

0 comments on commit e91e334

Please sign in to comment.