@@ -34,14 +34,6 @@ types! {
34
34
///
35
35
/// ```
36
36
/// # #![feature(stdsimd, mmx_target_feature)]
37
- /// # #![cfg_attr(not(dox), no_std)]
38
- /// # #[cfg(not(dox))]
39
- /// # extern crate std as real_std;
40
- /// # #[cfg(not(dox))]
41
- /// # extern crate core_arch as std;
42
- /// # #[cfg(not(dox))]
43
- /// # #[macro_use(is_x86_feature_detected)]
44
- /// # extern crate std_detect;
45
37
/// #[cfg(target_arch = "x86")]
46
38
/// use std::arch::x86::*;
47
39
/// #[cfg(target_arch = "x86_64")]
@@ -85,15 +77,6 @@ types! {
85
77
/// # Examples
86
78
///
87
79
/// ```
88
- /// # #![cfg_attr(not(dox), feature(stdsimd))]
89
- /// # #![cfg_attr(not(dox), no_std)]
90
- /// # #[cfg(not(dox))]
91
- /// # extern crate std as real_std;
92
- /// # #[cfg(not(dox))]
93
- /// # extern crate core_arch as std;
94
- /// # #[cfg(not(dox))]
95
- /// # #[macro_use(is_x86_feature_detected)]
96
- /// # extern crate std_detect;
97
80
/// #[cfg(target_arch = "x86")]
98
81
/// use std::arch::x86::*;
99
82
/// #[cfg(target_arch = "x86_64")]
@@ -131,15 +114,6 @@ types! {
131
114
/// # Examples
132
115
///
133
116
/// ```
134
- /// # #![cfg_attr(not(dox), feature(stdsimd))]
135
- /// # #![cfg_attr(not(dox), no_std)]
136
- /// # #[cfg(not(dox))]
137
- /// # extern crate std as real_std;
138
- /// # #[cfg(not(dox))]
139
- /// # extern crate core_arch as std;
140
- /// # #[cfg(not(dox))]
141
- /// # #[macro_use(is_x86_feature_detected)]
142
- /// # extern crate std_detect;
143
117
/// #[cfg(target_arch = "x86")]
144
118
/// use std::arch::x86::*;
145
119
/// #[cfg(target_arch = "x86_64")]
@@ -177,15 +151,6 @@ types! {
177
151
/// # Examples
178
152
///
179
153
/// ```
180
- /// # #![cfg_attr(not(dox), feature(stdsimd))]
181
- /// # #![cfg_attr(not(dox), no_std)]
182
- /// # #[cfg(not(dox))]
183
- /// # extern crate std as real_std;
184
- /// # #[cfg(not(dox))]
185
- /// # extern crate core_arch as std;
186
- /// # #[cfg(not(dox))]
187
- /// # #[macro_use(is_x86_feature_detected)]
188
- /// # extern crate std_detect;
189
154
/// #[cfg(target_arch = "x86")]
190
155
/// use std::arch::x86::*;
191
156
/// #[cfg(target_arch = "x86_64")]
@@ -227,15 +192,6 @@ types! {
227
192
/// # Examples
228
193
///
229
194
/// ```
230
- /// # #![cfg_attr(not(dox), feature(stdsimd))]
231
- /// # #![cfg_attr(not(dox), no_std)]
232
- /// # #[cfg(not(dox))]
233
- /// # extern crate std as real_std;
234
- /// # #[cfg(not(dox))]
235
- /// # extern crate core_arch as std;
236
- /// # #[cfg(not(dox))]
237
- /// # #[macro_use(is_x86_feature_detected)]
238
- /// # extern crate std_detect;
239
195
/// #[cfg(target_arch = "x86")]
240
196
/// use std::arch::x86::*;
241
197
/// #[cfg(target_arch = "x86_64")]
@@ -273,15 +229,6 @@ types! {
273
229
/// # Examples
274
230
///
275
231
/// ```
276
- /// # #![cfg_attr(not(dox), feature(stdsimd))]
277
- /// # #![cfg_attr(not(dox), no_std)]
278
- /// # #[cfg(not(dox))]
279
- /// # extern crate std as real_std;
280
- /// # #[cfg(not(dox))]
281
- /// # extern crate core_arch as std;
282
- /// # #[cfg(not(dox))]
283
- /// # #[macro_use(is_x86_feature_detected)]
284
- /// # extern crate std_detect;
285
232
/// #[cfg(target_arch = "x86")]
286
233
/// use std::arch::x86::*;
287
234
/// #[cfg(target_arch = "x86_64")]
@@ -319,15 +266,6 @@ types! {
319
266
/// # Examples
320
267
///
321
268
/// ```
322
- /// # #![cfg_attr(not(dox), feature(stdsimd))]
323
- /// # #![cfg_attr(not(dox), no_std)]
324
- /// # #[cfg(not(dox))]
325
- /// # extern crate std as real_std;
326
- /// # #[cfg(not(dox))]
327
- /// # extern crate core_arch as std;
328
- /// # #[cfg(not(dox))]
329
- /// # #[macro_use(is_x86_feature_detected)]
330
- /// # extern crate std_detect;
331
269
/// #[cfg(target_arch = "x86")]
332
270
/// use std::arch::x86::*;
333
271
/// #[cfg(target_arch = "x86_64")]
0 commit comments