Skip to content

Tracking Issue for AArch64 SHA3 intrinsics #117225

@Amanieu

Description

@Amanieu
Member

Feature gate: #![feature(stdarch_neon_sha3)]

This is a tracking issue for NEON intrinsics under the sha3 feature.

Public API

// core::arch::aarch64

fn veor3q*(..);
fn vbcaxq*(..);
fn vrax1q*(..);
fn vsha512*(..);

Steps / History

  • Implementation: #...
    Final comment period (FCP)1
    Stabilization PR

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Activity

added
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
on Oct 26, 2023
Jules-Bertholet

Jules-Bertholet commented on Oct 26, 2023

@Jules-Bertholet
Contributor

@rustbot label o-aarch64 a-simd

added
O-AArch64Armv8-A or later processors in AArch64 mode
A-SIMDArea: SIMD (Single Instruction Multiple Data)
on Oct 26, 2023
tarcieri

tarcieri commented on Mar 12, 2024

@tarcieri
Contributor

I'm interested in helping stabilize vsha512*.

I saw vsha256* was stabilized in rust-lang/stdarch#1399. Is all that's needed a similar stabilization PR? (although possibly without the not(target_arch = "arm") gating since it's AArch64-specific anyway?)

Amanieu

Amanieu commented on Mar 12, 2024

@Amanieu
MemberAuthor

Yes, just submit a stabilization PR and then we can start an FCP.

tarcieri

tarcieri commented on Mar 13, 2024

@tarcieri
Contributor

It looks like since it's autogenerated code, stabilizing vsha512* would involve stabilizing all of stdarch_neon_sha3 by modifying this line, which I can open a PR for: https://github.com/rust-lang/stdarch/blob/3961d3b/crates/stdarch-gen-arm/src/main.rs#L532

tarcieri

tarcieri commented on Mar 13, 2024

@tarcieri
Contributor
added a commit that references this issue on Mar 13, 2024
added a commit that references this issue on Apr 11, 2024
added a commit that references this issue on Apr 12, 2024
added a commit that references this issue on Jun 9, 2025
added a commit that references this issue on Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-SIMDArea: SIMD (Single Instruction Multiple Data)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCO-AArch64Armv8-A or later processors in AArch64 modeT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tarcieri@Amanieu@rustbot@Jules-Bertholet

        Issue actions

          Tracking Issue for AArch64 SHA3 intrinsics · Issue #117225 · rust-lang/rust