Skip to content

Commit

Permalink
Enable SIMD flags on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
achernya authored and mcy committed Feb 17, 2022
1 parent de79842 commit 6de0e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ CWISS_LLVM_TEST_FLAGS = [
"-Wno-used-but-marked-unused",
"-Wno-zero-as-null-pointer-constant",
"-Wno-gnu-zero-variadic-macro-arguments",
# Make sure we get all the SIMD features on tests with Clang.
"-march=native",
]

CWISS_MSVC_FLAGS = [
Expand Down

0 comments on commit 6de0e5f

Please sign in to comment.