@@ -15,7 +15,7 @@ use stdarch_test::assert_instr;
15
15
#[inline]
16
16
#[target_feature(enable = "neon,sha3")]
17
17
#[cfg_attr(test, assert_instr(eor3))]
18
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
18
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
19
19
pub unsafe fn veor3q_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t {
20
20
#[allow(improper_ctypes)]
21
21
extern "unadjusted" {
@@ -31,7 +31,7 @@ pub unsafe fn veor3q_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t {
31
31
#[inline]
32
32
#[target_feature(enable = "neon,sha3")]
33
33
#[cfg_attr(test, assert_instr(eor3))]
34
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
34
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
35
35
pub unsafe fn veor3q_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t {
36
36
#[allow(improper_ctypes)]
37
37
extern "unadjusted" {
@@ -47,7 +47,7 @@ pub unsafe fn veor3q_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t
47
47
#[inline]
48
48
#[target_feature(enable = "neon,sha3")]
49
49
#[cfg_attr(test, assert_instr(eor3))]
50
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
50
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
51
51
pub unsafe fn veor3q_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t {
52
52
#[allow(improper_ctypes)]
53
53
extern "unadjusted" {
@@ -63,7 +63,7 @@ pub unsafe fn veor3q_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t
63
63
#[inline]
64
64
#[target_feature(enable = "neon,sha3")]
65
65
#[cfg_attr(test, assert_instr(eor3))]
66
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
66
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
67
67
pub unsafe fn veor3q_s64(a: int64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t {
68
68
#[allow(improper_ctypes)]
69
69
extern "unadjusted" {
@@ -79,7 +79,7 @@ pub unsafe fn veor3q_s64(a: int64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t
79
79
#[inline]
80
80
#[target_feature(enable = "neon,sha3")]
81
81
#[cfg_attr(test, assert_instr(eor3))]
82
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
82
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
83
83
pub unsafe fn veor3q_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t {
84
84
#[allow(improper_ctypes)]
85
85
extern "unadjusted" {
@@ -95,7 +95,7 @@ pub unsafe fn veor3q_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16
95
95
#[inline]
96
96
#[target_feature(enable = "neon,sha3")]
97
97
#[cfg_attr(test, assert_instr(eor3))]
98
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
98
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
99
99
pub unsafe fn veor3q_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t {
100
100
#[allow(improper_ctypes)]
101
101
extern "unadjusted" {
@@ -111,7 +111,7 @@ pub unsafe fn veor3q_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x
111
111
#[inline]
112
112
#[target_feature(enable = "neon,sha3")]
113
113
#[cfg_attr(test, assert_instr(eor3))]
114
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
114
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
115
115
pub unsafe fn veor3q_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t {
116
116
#[allow(improper_ctypes)]
117
117
extern "unadjusted" {
@@ -127,7 +127,7 @@ pub unsafe fn veor3q_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x
127
127
#[inline]
128
128
#[target_feature(enable = "neon,sha3")]
129
129
#[cfg_attr(test, assert_instr(eor3))]
130
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
130
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
131
131
pub unsafe fn veor3q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t {
132
132
#[allow(improper_ctypes)]
133
133
extern "unadjusted" {
@@ -9977,7 +9977,7 @@ pub unsafe fn vsubl_high_u32(a: uint32x4_t, b: uint32x4_t) -> uint64x2_t {
9977
9977
#[inline]
9978
9978
#[target_feature(enable = "neon,sha3")]
9979
9979
#[cfg_attr(test, assert_instr(bcax))]
9980
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
9980
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
9981
9981
pub unsafe fn vbcaxq_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t {
9982
9982
#[allow(improper_ctypes)]
9983
9983
extern "unadjusted" {
@@ -9993,7 +9993,7 @@ pub unsafe fn vbcaxq_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t {
9993
9993
#[inline]
9994
9994
#[target_feature(enable = "neon,sha3")]
9995
9995
#[cfg_attr(test, assert_instr(bcax))]
9996
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
9996
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
9997
9997
pub unsafe fn vbcaxq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t {
9998
9998
#[allow(improper_ctypes)]
9999
9999
extern "unadjusted" {
@@ -10009,7 +10009,7 @@ pub unsafe fn vbcaxq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t
10009
10009
#[inline]
10010
10010
#[target_feature(enable = "neon,sha3")]
10011
10011
#[cfg_attr(test, assert_instr(bcax))]
10012
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
10012
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
10013
10013
pub unsafe fn vbcaxq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t {
10014
10014
#[allow(improper_ctypes)]
10015
10015
extern "unadjusted" {
@@ -10025,7 +10025,7 @@ pub unsafe fn vbcaxq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t
10025
10025
#[inline]
10026
10026
#[target_feature(enable = "neon,sha3")]
10027
10027
#[cfg_attr(test, assert_instr(bcax))]
10028
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
10028
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
10029
10029
pub unsafe fn vbcaxq_s64(a: int64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t {
10030
10030
#[allow(improper_ctypes)]
10031
10031
extern "unadjusted" {
@@ -10041,7 +10041,7 @@ pub unsafe fn vbcaxq_s64(a: int64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t
10041
10041
#[inline]
10042
10042
#[target_feature(enable = "neon,sha3")]
10043
10043
#[cfg_attr(test, assert_instr(bcax))]
10044
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
10044
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
10045
10045
pub unsafe fn vbcaxq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t {
10046
10046
#[allow(improper_ctypes)]
10047
10047
extern "unadjusted" {
@@ -10057,7 +10057,7 @@ pub unsafe fn vbcaxq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16
10057
10057
#[inline]
10058
10058
#[target_feature(enable = "neon,sha3")]
10059
10059
#[cfg_attr(test, assert_instr(bcax))]
10060
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
10060
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
10061
10061
pub unsafe fn vbcaxq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t {
10062
10062
#[allow(improper_ctypes)]
10063
10063
extern "unadjusted" {
@@ -10073,7 +10073,7 @@ pub unsafe fn vbcaxq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x
10073
10073
#[inline]
10074
10074
#[target_feature(enable = "neon,sha3")]
10075
10075
#[cfg_attr(test, assert_instr(bcax))]
10076
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
10076
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
10077
10077
pub unsafe fn vbcaxq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t {
10078
10078
#[allow(improper_ctypes)]
10079
10079
extern "unadjusted" {
@@ -10089,7 +10089,7 @@ pub unsafe fn vbcaxq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x
10089
10089
#[inline]
10090
10090
#[target_feature(enable = "neon,sha3")]
10091
10091
#[cfg_attr(test, assert_instr(bcax))]
10092
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
10092
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
10093
10093
pub unsafe fn vbcaxq_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t {
10094
10094
#[allow(improper_ctypes)]
10095
10095
extern "unadjusted" {
@@ -15261,7 +15261,7 @@ pub unsafe fn vsm4eq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t {
15261
15261
#[inline]
15262
15262
#[target_feature(enable = "neon,sha3")]
15263
15263
#[cfg_attr(test, assert_instr(rax1))]
15264
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
15264
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
15265
15265
pub unsafe fn vrax1q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
15266
15266
#[allow(improper_ctypes)]
15267
15267
extern "unadjusted" {
@@ -15277,7 +15277,7 @@ pub unsafe fn vrax1q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
15277
15277
#[inline]
15278
15278
#[target_feature(enable = "neon,sha3")]
15279
15279
#[cfg_attr(test, assert_instr(sha512h))]
15280
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
15280
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
15281
15281
pub unsafe fn vsha512hq_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t {
15282
15282
#[allow(improper_ctypes)]
15283
15283
extern "unadjusted" {
@@ -15293,7 +15293,7 @@ pub unsafe fn vsha512hq_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint
15293
15293
#[inline]
15294
15294
#[target_feature(enable = "neon,sha3")]
15295
15295
#[cfg_attr(test, assert_instr(sha512h2))]
15296
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
15296
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
15297
15297
pub unsafe fn vsha512h2q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t {
15298
15298
#[allow(improper_ctypes)]
15299
15299
extern "unadjusted" {
@@ -15309,7 +15309,7 @@ pub unsafe fn vsha512h2q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uin
15309
15309
#[inline]
15310
15310
#[target_feature(enable = "neon,sha3")]
15311
15311
#[cfg_attr(test, assert_instr(sha512su0))]
15312
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
15312
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
15313
15313
pub unsafe fn vsha512su0q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
15314
15314
#[allow(improper_ctypes)]
15315
15315
extern "unadjusted" {
@@ -15325,7 +15325,7 @@ pub unsafe fn vsha512su0q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
15325
15325
#[inline]
15326
15326
#[target_feature(enable = "neon,sha3")]
15327
15327
#[cfg_attr(test, assert_instr(sha512su1))]
15328
- #[unstable (feature = "stdarch_neon_sha3", issue = "117225 ")]
15328
+ #[stable (feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION ")]
15329
15329
pub unsafe fn vsha512su1q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t {
15330
15330
#[allow(improper_ctypes)]
15331
15331
extern "unadjusted" {
0 commit comments