File tree 14 files changed +14
-14
lines changed
source/cfg_if/detect/arch
target/cfg_if/detect/arch
14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ macro_rules! is_aarch64_feature_detected {
79
79
#[ doc( hidden) ]
80
80
#[ allow( non_camel_case_types) ]
81
81
#[ repr( u8 ) ]
82
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
82
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
83
83
pub enum Feature {
84
84
/// ARM Advanced SIMD (ASIMD)
85
85
asimd,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ macro_rules! is_arm_feature_detected {
30
30
#[ doc( hidden) ]
31
31
#[ allow( non_camel_case_types) ]
32
32
#[ repr( u8 ) ]
33
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
33
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
34
34
pub enum Feature {
35
35
/// ARM Advanced SIMD (NEON) - Aarch32
36
36
neon,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ macro_rules! is_mips_feature_detected {
22
22
#[ doc( hidden) ]
23
23
#[ allow( non_camel_case_types) ]
24
24
#[ repr( u8 ) ]
25
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
25
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
26
26
pub enum Feature {
27
27
/// MIPS SIMD Architecture (MSA)
28
28
msa,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ macro_rules! is_mips64_feature_detected {
22
22
#[ doc( hidden) ]
23
23
#[ allow( non_camel_case_types) ]
24
24
#[ repr( u8 ) ]
25
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
25
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
26
26
pub enum Feature {
27
27
/// MIPS SIMD Architecture (MSA)
28
28
msa,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ macro_rules! is_powerpc_feature_detected {
31
31
#[ doc( hidden) ]
32
32
#[ allow( non_camel_case_types) ]
33
33
#[ repr( u8 ) ]
34
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
34
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
35
35
pub enum Feature {
36
36
/// Altivec
37
37
altivec,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ macro_rules! is_powerpc64_feature_detected {
31
31
#[ doc( hidden) ]
32
32
#[ allow( non_camel_case_types) ]
33
33
#[ repr( u8 ) ]
34
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
34
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
35
35
pub enum Feature {
36
36
/// Altivec
37
37
altivec,
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ macro_rules! is_x86_feature_detected {
259
259
#[ allow( non_camel_case_types) ]
260
260
#[ repr( u8 ) ]
261
261
#[ doc( hidden) ]
262
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
262
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
263
263
pub enum Feature {
264
264
/// AES (Advanced Encryption Standard New Instructions AES-NI)
265
265
aes,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ macro_rules! is_aarch64_feature_detected {
71
71
#[ doc( hidden) ]
72
72
#[ allow( non_camel_case_types) ]
73
73
#[ repr( u8 ) ]
74
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
74
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
75
75
pub enum Feature {
76
76
/// ARM Advanced SIMD (ASIMD)
77
77
asimd,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ macro_rules! is_arm_feature_detected {
38
38
#[ doc( hidden) ]
39
39
#[ allow( non_camel_case_types) ]
40
40
#[ repr( u8 ) ]
41
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
41
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
42
42
pub enum Feature {
43
43
/// ARM Advanced SIMD (NEON) - Aarch32
44
44
neon,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ macro_rules! is_mips_feature_detected {
23
23
#[ doc( hidden) ]
24
24
#[ allow( non_camel_case_types) ]
25
25
#[ repr( u8 ) ]
26
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
26
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
27
27
pub enum Feature {
28
28
/// MIPS SIMD Architecture (MSA)
29
29
msa,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ macro_rules! is_mips64_feature_detected {
23
23
#[ doc( hidden) ]
24
24
#[ allow( non_camel_case_types) ]
25
25
#[ repr( u8 ) ]
26
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
26
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
27
27
pub enum Feature {
28
28
/// MIPS SIMD Architecture (MSA)
29
29
msa,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ macro_rules! is_powerpc_feature_detected {
31
31
#[ doc( hidden) ]
32
32
#[ allow( non_camel_case_types) ]
33
33
#[ repr( u8 ) ]
34
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
34
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
35
35
pub enum Feature {
36
36
/// Altivec
37
37
altivec,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ macro_rules! is_powerpc64_feature_detected {
31
31
#[ doc( hidden) ]
32
32
#[ allow( non_camel_case_types) ]
33
33
#[ repr( u8 ) ]
34
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
34
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
35
35
pub enum Feature {
36
36
/// Altivec
37
37
altivec,
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ macro_rules! is_x86_feature_detected {
244
244
#[ allow( non_camel_case_types) ]
245
245
#[ repr( u8 ) ]
246
246
#[ doc( hidden) ]
247
- #[ unstable( feature = "stdsimd_internal" , issue = "0 " ) ]
247
+ #[ unstable( feature = "stdsimd_internal" , issue = "none " ) ]
248
248
pub enum Feature {
249
249
/// AES (Advanced Encryption Standard New Instructions AES-NI)
250
250
aes,
You can’t perform that action at this time.
0 commit comments