Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify build workflow #469

Merged
merged 11 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
Cosmetics
  • Loading branch information
s-zanella committed May 20, 2024
commit 0a8137db7a0d62866032c7555bc8181d8ee8957e
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if(WIN32)
$<$<COMPILE_LANGUAGE:C,CXX>:/arch:AVX2>
)
else()
# On Windows with clang-cl (our default) we take the Linux assembly
# On Windows with clang-cl (our default) we take the Linux assembly
add_compile_options(
-mavx
-mavx2
Expand Down