Skip to content

Commit

Permalink
Dev/revert avx (#34)
Browse files Browse the repository at this point in the history
* Revert fma-avx2 for releases

* Update deps

* Release 0.4.0
  • Loading branch information
xnorpx authored Dec 16, 2023
1 parent 0d3098d commit 9d59b5c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
needs: ['create-release']
env:
RUST_BACKTRACE: 1
RUSTFLAGS: -C target-feature=+avx2,+fma,+f16c
ASSET:
ASSET_SUM:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -231,7 +230,6 @@ jobs:
needs: ['create-release']
env:
RUST_BACKTRACE: 1
RUSTFLAGS: -C target-feature=+avx2,+fma,+f16c
ASSET:
ASSET_SUM:
runs-on: ${{ matrix.os }}
Expand Down
65 changes: 32 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blue-candle"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 9d59b5c

Please sign in to comment.