We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38787b commit 1f79203Copy full SHA for 1f79203
sha2/src/sha256.rs
@@ -6,7 +6,7 @@ cfg_if::cfg_if! {
6
mod soft;
7
mod x86;
8
use x86::compress;
9
- } else if #[cfg(all(feature = "asm", target_arch = "aarch64"))] {
+ } else if #[cfg(target_arch = "aarch64")] {
10
11
mod aarch64;
12
use aarch64::compress;
sha2/src/sha512.rs
0 commit comments