Skip to content

Commit

Permalink
Dropped i8mm
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jan 10, 2025
1 parent f253e3a commit d2028bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- run: rustup target add aarch64-unknown-linux-gnu x86_64-unknown-linux-gnu i686-unknown-linux-gnu powerpc-unknown-linux-gnu riscv64gc-unknown-linux-gnu
- run: RUSTFLAGS="-C target-feature=+neon,-fp16" cargo build --target aarch64-unknown-linux-gnu --features half
- run: RUSTFLAGS="-C target-feature=+neon,+fp16" cargo build --target aarch64-unknown-linux-gnu --features half
- run: RUSTFLAGS="-C target-feature=+neon,+fp16" cargo build --target aarch64-unknown-linux-gnu --features half,nightly_i8mm
- run: RUSTFLAGS="-C target-feature=+sse4.1" cargo build --target i686-unknown-linux-gnu
- run: cargo build --target powerpc-unknown-linux-gnu
- run: cargo build --target riscv64gc-unknown-linux-gnu
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ libc = "0.2.158"
default = ["colorspaces"]
colorspaces = ["dep:colorutils-rs"]
nightly_avx512 = []
nightly_avx512fp16 = ["nightly_avx512"]
nightly_i8mm = []
nightly_avx512fp16 = ["nightly_avx512"]

0 comments on commit d2028bc

Please sign in to comment.