Skip to content

Commit

Permalink
Added AVX2, some rework and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed May 28, 2024
1 parent 9f369d8 commit ec5ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: rustup target add aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu
- run: cargo build --target aarch64-unknown-linux-gnu
- run: cargo build --features "nightly_avx512" --target x86_64-unknown-linux-gnu
- run: cargo build --features "avx2" --target x86_64-unknown-linux-gnu
- name: Test release pipeline
run: cargo publish --dry-run

0 comments on commit ec5ad65

Please sign in to comment.