Skip to content

Commit

Permalink
CI: Deploy rav1e-ch binary tuned for modern x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Sep 8, 2022
1 parent c7187f0 commit 3d16e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:

- name: Build rav1e-ch (unstable)
env:
RUSTFLAGS: "-C target-feature=+avx2,+fma"
RUSTFLAGS: "-C target-cpu=x86-64-v3"
CARGO_PROFILE_RELEASE_LTO: "true"
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: "1"
run: cargo build --release --features=unstable,channel-api --bin=rav1e-ch

- name: Upload rav1e-ch msvc binary (unstable)
Expand Down

0 comments on commit 3d16e39

Please sign in to comment.