You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#542 removed the sha2-asm and asm feature, which incidentally also made the aarch64 code dead, because it is behind a #[cfg(all(feature = "asm", target_arch = "aarch64"))] (
#542 removed the sha2-asm and asm feature, which incidentally also made the aarch64 code dead, because it is behind a
#[cfg(all(feature = "asm", target_arch = "aarch64"))]
(hashes/sha2/src/sha256.rs
Line 9 in c38787b
I suspect this isn't intentional, because the looongarch implementation also uses inline assembly but isn't disabled.
The text was updated successfully, but these errors were encountered: