Skip to content

Commit

Permalink
Remove some dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 27, 2018
1 parent f5b57e8 commit 78dd56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coresimd/x86_64/sse2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub unsafe fn _mm_cvtsd_si64(a: __m128d) -> i64 {
cvtsd2si64(a)
}

/// Alias for [`_mm_cvtsd_si64`](fn._mm_cvtsd_si64_ss.html).
/// Alias for `_mm_cvtsd_si64`
#[inline]
#[target_feature(enable = "sse2")]
#[cfg_attr(test, assert_instr(cvtsd2si))]
Expand All @@ -41,7 +41,7 @@ pub unsafe fn _mm_cvttsd_si64(a: __m128d) -> i64 {
cvttsd2si64(a)
}

/// Alias for [`_mm_cvttsd_si64`](fn._mm_cvttsd_si64_ss.html).
/// Alias for `_mm_cvttsd_si64`
#[inline]
#[target_feature(enable = "sse2")]
#[cfg_attr(test, assert_instr(cvttsd2si))]
Expand Down

0 comments on commit 78dd56a

Please sign in to comment.