Skip to content

Commit

Permalink
Add option for AVX512 for Microsoft Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Jul 2, 2021
1 parent acc2302 commit af72f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/MSVC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ set(FLAGS_SSE "/arch:SSE")
set(FLAGS_SSE2 "/arch:SSE2")
set(FLAGS_AVX "/arch:AVX")
set(FLAGS_AVX2 "/arch:AVX2")
set(FLAGS_AVX512 "/arch:AVX512")

0 comments on commit af72f13

Please sign in to comment.