rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.96k stars 12.69k forks source link

Tracking Issue for AArch64 SM3 and SM4 intrinsics #117226

Open Amanieu opened 12 months ago

Amanieu commented 12 months ago

Feature gate: #![feature(stdarch_neon_sm4)]

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

Public API

// core::arch::aarch64

fn vsm3*(..);
fn vsm4*(..);

Steps / History

Unresolved Questions

Jules-Bertholet commented 12 months ago

@rustbot label o-aarch64 a-simd