Skip to content

Commit 1393ad5

Browse files
authored
Update action.yml add +avx2 for x86
1 parent d9d7cde commit 1393ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_linux/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ runs:
4343
run: |
4444
case ${{ inputs.target }} in
4545
x86_64-unknown-linux-gnu)
46-
flags="-C target-feature=+sse4.2"
46+
flags="-C target-feature=+sse4.2,+avx2"
4747
;;
4848
x86_64-unknown-linux-musl)
49-
flags="-C target-feature=+sse4.2"
49+
flags="-C target-feature=+sse4.2,+avx2"
5050
;;
5151
aarch64-unknown-linux-gnu)
5252
flags=""

0 commit comments

Comments
 (0)