Skip to content

Commit

Permalink
fix: patch broken aHash AES intrinsics on ARM (#11801)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Oct 17, 2023
1 parent 32e7a24 commit f63014e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ features = [
]

[patch.crates-io]
ahash = { git = "https://github.com/orlp/aHash", branch = "fix-arm-intrinsics" }
# packed_simd_2 = { git = "https://github.com/rust-lang/packed_simd", rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }
# simd-json = { git = "https://github.com/ritchie46/simd-json", branch = "alignment" }
3 changes: 1 addition & 2 deletions py-polars/Cargo.lock

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

3 changes: 3 additions & 0 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ lto = "thin"
codegen-units = 1
lto = "fat"

[patch.crates-io]
ahash = { git = "https://github.com/orlp/aHash", branch = "fix-arm-intrinsics" }

# This is ignored here; would be set in .cargo/config.toml.
# Should not be used when packaging
# target-cpu = "native"
Expand Down

0 comments on commit f63014e

Please sign in to comment.