Skip to content

Commit 343a1d9

Browse files
authored
Make sure vectorization is tested on CI
1 parent c3e4ea7 commit 343a1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
zts: [enable, disable]
2323

2424
env:
25-
CFLAGS: "-march=x86-64"
26-
CXXFLAGS: "-march=x86-64"
25+
CFLAGS: "-march=x86-64 -ftree-vectorize -fopt-info-vec"
26+
CXXFLAGS: "-march=x86-64 -ftree-vectorize -fopt-info-vec"
2727
steps:
2828
- uses: actions/checkout@v4
2929

0 commit comments

Comments
 (0)