Skip to content

Commit

Permalink
test aws-lc main
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 3, 2024
1 parent 69a154b commit fb9867d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if(UNIX AND NOT APPLE)
if(CMAKE_C_COMPILER_ID MATCHES "GNU" AND CMAKE_C_COMPILER_VERSION VERSION_LESS "5.0")
set(MY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX ON CACHE BOOL "Disable AVX512 on old GCC that not supports it")
endif()
if(CMAKE_SYSTEM_PROCESSOR_LOWER MATCHES "x86|i386|i686")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse2")
endif()

add_subdirectory(aws-lc)
endif()
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-lc

0 comments on commit fb9867d

Please sign in to comment.