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.
The text was updated successfully, but these errors were encountered:
@rust-lang/release Functions marked as stable in CURRENT_RUSTC_VERSION are still marked that way since the stability attributes didn't get updated in the release process (being in the stdarch submodule instead of the main repo).
https://github.com/rust-lang/stdarch/blob/333e9e9977188d0748327e9b5be0f3f412063174/crates/core_arch/src/arm_shared/crypto.rs
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:(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.
The text was updated successfully, but these errors were encountered: