Skip to content

Commit

Permalink
Yet more fixes for libstd...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 16, 2018
1 parent 53c8790 commit effdcd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coresimd/x86/sse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,8 @@ pub unsafe fn _mm_movemask_ps(a: __m128) -> i32 {
/// This corresponds to the `MOVHPS` / `MOVHPD` / `VMOVHPD` instructions.
///
/// ```rust
/// # #![cfg_attr(not(dox), feature(cfg_target_feature))]
/// # #![cfg_attr(not(dox), feature(target_feature, stdsimd))]
/// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature))]
/// # #![feature(stdsimd)]
/// # #![cfg_attr(not(dox), no_std)]
/// # #[cfg(not(dox))]
/// # extern crate std as real_std;
Expand Down Expand Up @@ -1152,8 +1152,8 @@ pub unsafe fn _mm_loadh_pi(a: __m128, p: *const __m64) -> __m128 {
/// This corresponds to the `MOVLPS` / `MOVLDP` / `VMOVLDP` instructions.
///
/// ```rust
/// # #![cfg_attr(not(dox), feature(cfg_target_feature))]
/// # #![cfg_attr(not(dox), feature(target_feature, stdsimd))]
/// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature))]
/// # #![feature(stdsimd)]
/// # #![cfg_attr(not(dox), no_std)]
/// # #[cfg(not(dox))]
/// # extern crate std as real_std;
Expand Down

0 comments on commit effdcd0

Please sign in to comment.