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
Technically all of these functions are, it's just too much to put in a title.
If this is supposed to be opened against rust-lang/rust, or if they aren't supposed to be stable(? seems to have gotten missed in relnotes at least)*, feel free to point me in the right direction.
I believe it's supposed to be 1.72.0 because that's what I can get on compiler explorer with the following code:
#[cfg(target_arch = "aarch64")]
fn foo() {
let f = core::arch::aarch64::vsha256h2q_u32;
}
(note that actually calling the function gives the same results but it takes more code to do so.
* = it's stable on stable, that's not gonna change.