Skip to content

Commit 296f145

Browse files
committed
Use -mavx2 too
1 parent 60b3d5c commit 296f145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.verify-helper/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[[languages.cpp.environments]]
22
CXX = "g++"
3-
CXXFLAGS = ["-std=c++20", "-Wall", "-Wextra", "-O2", "-march=native"]
3+
CXXFLAGS = ["-std=c++20", "-Wall", "-Wextra", "-O2", "-march=native", "-mavx2"]

0 commit comments

Comments
 (0)