File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1096,8 +1096,8 @@ pub unsafe fn _mm_movemask_ps(a: __m128) -> i32 {
1096
1096
/// This corresponds to the `MOVHPS` / `MOVHPD` / `VMOVHPD` instructions.
1097
1097
///
1098
1098
/// ```rust
1099
- /// # #![cfg_attr(not(dox), feature(cfg_target_feature))]
1100
- /// # #![cfg_attr(not(dox), feature(target_feature, stdsimd) )]
1099
+ /// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature ))]
1100
+ /// # #![feature(stdsimd)]
1101
1101
/// # #![cfg_attr(not(dox), no_std)]
1102
1102
/// # #[cfg(not(dox))]
1103
1103
/// # extern crate std as real_std;
@@ -1152,8 +1152,8 @@ pub unsafe fn _mm_loadh_pi(a: __m128, p: *const __m64) -> __m128 {
1152
1152
/// This corresponds to the `MOVLPS` / `MOVLDP` / `VMOVLDP` instructions.
1153
1153
///
1154
1154
/// ```rust
1155
- /// # #![cfg_attr(not(dox), feature(cfg_target_feature))]
1156
- /// # #![cfg_attr(not(dox), feature(target_feature, stdsimd) )]
1155
+ /// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature ))]
1156
+ /// # #![feature(stdsimd)]
1157
1157
/// # #![cfg_attr(not(dox), no_std)]
1158
1158
/// # #[cfg(not(dox))]
1159
1159
/// # extern crate std as real_std;
You can’t perform that action at this time.
0 commit comments