Skip to content

Commit

Permalink
Runtime dispatch, added Smpte428, rayon multithreading
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Oct 8, 2024
1 parent fd0bb24 commit c93b301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: rustup target add aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu i686-unknown-linux-gnu powerpc-unknown-linux-gnu
- run: RUSTFLAGS="-C target-feature=+neon" cargo build --all-features --target aarch64-unknown-linux-gnu
- run: RUSTFLAGS="-C target-feature=+sse4.1" cargo build --all-features --target i686-unknown-linux-gnu
- run: RUSTFLAGS="-C target-feature=+avx2" cargo build --no-default-features--target i686-unknown-linux-gnu
- run: RUSTFLAGS="-C target-feature=+avx2" cargo build --no-default-features --target i686-unknown-linux-gnu
- run: cargo build --target powerpc-unknown-linux-gnu --no-default-features
- run: RUSTFLAGS="-C target-feature=+sse4.1" cargo build --all-features --target x86_64-unknown-linux-gnu
- run: RUSTFLAGS="-C target-feature=+avx2" cargo build --all-features --target x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion src/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
colorutils-rs = { path = "../../", features = [] }
colorutils-rs = { path = "../../", features = ["rayon"] }
image = "0.25.1"
okhsl = "1.0.1"

0 comments on commit c93b301

Please sign in to comment.