Skip to content

Commit

Permalink
move flags around.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Jan 23, 2024
1 parent c9bcc2e commit e782c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/AwsSIMD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if (MSVC)
set(AWS_ARMv8_1_FLAG "/arch:arm8.1")
else()
set(AWS_AVX2_FLAG "-mavx -mavx2")
set(AWS_AVX512_FLAG "-mavx512f")
set(AWS_AVX512_FLAG "-mavx512f -mvpclmulqdq")
set(AWS_AVX512vL_FLAG "mavx512vl")
set(AWS_CLMUL_FLAG "-mvpclmulqdq -mpcmul")
set(AWS_SSE4_2_FLAG "-msse4.2")
set(AWS_CLMUL_FLAG "-mpcmul")
set(AWS_SSE4_2_FLAG "") # not sure this is needed leave here for the moment "-msse4.2")
set(AWS_ARMv8_1_FLAG "-march=armv8-a+crc+crypto -mtune=neoverse-v1")
endif()

Expand Down

0 comments on commit e782c37

Please sign in to comment.