@@ -11,7 +11,7 @@ mod ppsv;
11
11
/// This is an **unstable** module for portable SIMD operations. This module
12
12
/// has not yet gone through an RFC and is likely to change, but feedback is
13
13
/// always welcome!
14
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
14
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
15
15
pub mod simd {
16
16
pub use coresimd:: ppsv:: * ;
17
17
}
@@ -76,7 +76,7 @@ pub mod arch {
76
76
/// See the [module documentation](../index.html) for more details.
77
77
#[ cfg( any( target_arch = "arm" , dox) ) ]
78
78
#[ doc( cfg( target_arch = "arm" ) ) ]
79
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
79
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
80
80
pub mod arm {
81
81
pub use coresimd:: arm:: * ;
82
82
}
@@ -86,7 +86,7 @@ pub mod arch {
86
86
/// See the [module documentation](../index.html) for more details.
87
87
#[ cfg( any( target_arch = "aarch64" , dox) ) ]
88
88
#[ doc( cfg( target_arch = "aarch64" ) ) ]
89
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
89
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
90
90
pub mod aarch64 {
91
91
pub use coresimd:: aarch64:: * ;
92
92
pub use coresimd:: arm:: * ;
@@ -96,7 +96,7 @@ pub mod arch {
96
96
///
97
97
/// See the [module documentation](../index.html) for more details.
98
98
#[ cfg( target_arch = "wasm32" ) ]
99
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
99
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
100
100
pub mod wasm32 {
101
101
pub use coresimd:: wasm32:: * ;
102
102
}
@@ -106,7 +106,7 @@ pub mod arch {
106
106
/// See the [module documentation](../index.html) for more details.
107
107
#[ cfg( any( target_arch = "mips" , dox) ) ]
108
108
#[ doc( cfg( target_arch = "mips" ) ) ]
109
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
109
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
110
110
pub mod mips {
111
111
pub use coresimd:: mips:: * ;
112
112
}
@@ -116,7 +116,7 @@ pub mod arch {
116
116
/// See the [module documentation](../index.html) for more details.
117
117
#[ cfg( any( target_arch = "mips64" , dox) ) ]
118
118
#[ doc( cfg( target_arch = "mips64" ) ) ]
119
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
119
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
120
120
pub mod mips64 {
121
121
pub use coresimd:: mips:: * ;
122
122
}
@@ -126,7 +126,7 @@ pub mod arch {
126
126
/// See the [module documentation](../index.html) for more details.
127
127
#[ cfg( any( target_arch = "powerpc" , dox) ) ]
128
128
#[ doc( cfg( target_arch = "powerpc" ) ) ]
129
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
129
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
130
130
pub mod powerpc {
131
131
pub use coresimd:: powerpc:: * ;
132
132
}
@@ -137,7 +137,7 @@ pub mod arch {
137
137
#[ cfg( target_arch = "powerpc64" ) ]
138
138
#[ cfg( any( target_arch = "powerpc64" , dox) ) ]
139
139
#[ doc( cfg( target_arch = "powerpc64" ) ) ]
140
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
140
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
141
141
pub mod powerpc64 {
142
142
pub use coresimd:: powerpc64:: * ;
143
143
}
0 commit comments