-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Description
#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"))]
(
Line 9 in c38787b
} else if #[cfg(all(feature = "asm", target_arch = "aarch64"))] { |
I suspect this isn't intentional, because the looongarch implementation also uses inline assembly but isn't disabled.
Metadata
Metadata
Assignees
Labels
No labels