Skip to content

Commit

Permalink
Remove autodetection of aes ni, due runtime autodetection by used aes…
Browse files Browse the repository at this point in the history
… crate.
  • Loading branch information
ph0llux committed Jul 27, 2024
1 parent a4ff539 commit 6aa80c5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 119 deletions.
14 changes: 0 additions & 14 deletions .cargo/config.toml

This file was deleted.

File renamed without changes.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ xattr = "1"
posix-acl = "1.1.0"

[features]
default = ["autodetect-cpu-instructions"]
autodetect-cpu-instructions = [] # uses the CPU flags for AES, SSE2, SSE4.1, SSSE3, etc., if the appropriate CPU which builds the binary supports them
force-cpu-instructions = [] # forces the use of the CPU flags for AES, SSE2, SSE4.1, SSSE3, etc., even if the CPU which builds the binary does not support them
default = []
serde = ["dep:serde", "dep:hex", "ordered-float/serde"]
log = ["dep:log", "dep:hex"]

Expand Down
102 changes: 0 additions & 102 deletions build.rs

This file was deleted.

0 comments on commit 6aa80c5

Please sign in to comment.