We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d7cde commit 1393ad5Copy full SHA for 1393ad5
.github/actions/build_linux/action.yml
@@ -43,10 +43,10 @@ runs:
43
run: |
44
case ${{ inputs.target }} in
45
x86_64-unknown-linux-gnu)
46
- flags="-C target-feature=+sse4.2"
+ flags="-C target-feature=+sse4.2,+avx2"
47
;;
48
x86_64-unknown-linux-musl)
49
50
51
aarch64-unknown-linux-gnu)
52
flags=""
0 commit comments