We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b57e8 commit 78dd56aCopy full SHA for 78dd56a
coresimd/x86_64/sse2.rs
@@ -24,7 +24,7 @@ pub unsafe fn _mm_cvtsd_si64(a: __m128d) -> i64 {
24
cvtsd2si64(a)
25
}
26
27
-/// Alias for [`_mm_cvtsd_si64`](fn._mm_cvtsd_si64_ss.html).
+/// Alias for `_mm_cvtsd_si64`
28
#[inline]
29
#[target_feature(enable = "sse2")]
30
#[cfg_attr(test, assert_instr(cvtsd2si))]
@@ -41,7 +41,7 @@ pub unsafe fn _mm_cvttsd_si64(a: __m128d) -> i64 {
41
cvttsd2si64(a)
42
43
44
-/// Alias for [`_mm_cvttsd_si64`](fn._mm_cvttsd_si64_ss.html).
+/// Alias for `_mm_cvttsd_si64`
45
46
47
#[cfg_attr(test, assert_instr(cvttsd2si))]
0 commit comments