-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from nstilt1/revert-2-counter_support
Revert "Added 64-bit counter for legacy; tested on all backends"
- Loading branch information
Showing
16 changed files
with
195 additions
and
392 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# This config file will choose which Rust Flag to use for the benches. | ||
# Rename this file to "config" and uncomment out a rustflag to use it. | ||
# The config file will be excluded with `*/.cargo/config` in the .gitignore | ||
# | ||
# For SSE2, the C target flag isn't required for the code to work, but it can | ||
# prevent the other instruction sets from being used instead | ||
|
||
[build] | ||
#rustflags = "--cfg chacha20_force_avx2 -C target-feature=+avx2" | ||
#rustflags = "--cfg chacha20_force_sse2 -C target-feature=+sse2,-sse4.1,-sse4.2" | ||
#rustflags = "--cfg chacha20_force_sse2" # untested | ||
#rustflags = "--cfg chacha20_force_neon" | ||
rustflags = "--cfg chacha20_force_soft" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.