Skip to content

Commit 78dd56a

Browse files
committed
Remove some dead links
1 parent f5b57e8 commit 78dd56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coresimd/x86_64/sse2.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub unsafe fn _mm_cvtsd_si64(a: __m128d) -> i64 {
2424
cvtsd2si64(a)
2525
}
2626

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

44-
/// Alias for [`_mm_cvttsd_si64`](fn._mm_cvttsd_si64_ss.html).
44+
/// Alias for `_mm_cvttsd_si64`
4545
#[inline]
4646
#[target_feature(enable = "sse2")]
4747
#[cfg_attr(test, assert_instr(cvttsd2si))]

0 commit comments

Comments
 (0)