Skip to content

Commit

Permalink
Add ppv-lite86 patch to disable simd
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jun 29, 2020
1 parent 126ef52 commit 9a1facc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2429,8 +2429,6 @@ dependencies = [
[[package]]
name = "ppv-lite86"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"

[[package]]
name = "precomputed-hash"
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ rustc-std-workspace-core = { path = 'src/tools/rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'src/tools/rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' }

ppv-lite86 = { path = "../cg_clif/cryptocorrosion/utils-simd/ppv-lite86"}

[patch."https://github.com/rust-lang/rust-clippy"]
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

Expand Down

0 comments on commit 9a1facc

Please sign in to comment.