Skip to content

sha2: aarch64 acceleration broken on master #568

@enkore

Description

@enkore

#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"))] (

} else if #[cfg(all(feature = "asm", target_arch = "aarch64"))] {
) — since that feature is no longer declared in Cargo.toml, it cannot be enabled.

I suspect this isn't intentional, because the looongarch implementation also uses inline assembly but isn't disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions