Skip to content

Commit

Permalink
added avx2 (x64) compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 19, 2025
1 parent 2601e1e commit ca14fac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@ jobs:
make clean
bash tests/libzstd_builds.sh
gcc-make-all-avx2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Make all, with AVX2
run: |
sudo apt-get -qqq update
make libc6install
CFLAGS="-Werror -mavx2" make -j all
gcc-make-all-32bit:
runs-on: ubuntu-latest
steps:
Expand All @@ -178,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Make all, 32bit mode
- name: Make all, 32bit + AVX2 mode
run: |
sudo apt-get -qqq update
make libc6install
Expand Down

0 comments on commit ca14fac

Please sign in to comment.