Skip to content

Commit 6408c20

Browse files
authored
Switch to intra-doc links (#914)
1 parent 20f9e2f commit 6408c20

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

crates/core_arch/src/x86/sse42.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -261,20 +261,6 @@ pub unsafe fn _mm_cmpistrm(a: __m128i, b: __m128i, imm8: i32) -> __m128i {
261261
/// # }
262262
/// ```
263263
///
264-
/// [`_SIDD_UBYTE_OPS`]: constant._SIDD_UBYTE_OPS.html
265-
/// [`_SIDD_UWORD_OPS`]: constant._SIDD_UWORD_OPS.html
266-
/// [`_SIDD_SBYTE_OPS`]: constant._SIDD_SBYTE_OPS.html
267-
/// [`_SIDD_SWORD_OPS`]: constant._SIDD_SWORD_OPS.html
268-
/// [`_SIDD_CMP_EQUAL_ANY`]: constant._SIDD_CMP_EQUAL_ANY.html
269-
/// [`_SIDD_CMP_RANGES`]: constant._SIDD_CMP_RANGES.html
270-
/// [`_SIDD_CMP_EQUAL_EACH`]: constant._SIDD_CMP_EQUAL_EACH.html
271-
/// [`_SIDD_CMP_EQUAL_ORDERED`]: constant._SIDD_CMP_EQUAL_ORDERED.html
272-
/// [`_SIDD_POSITIVE_POLARITY`]: constant._SIDD_POSITIVE_POLARITY.html
273-
/// [`_SIDD_NEGATIVE_POLARITY`]: constant._SIDD_NEGATIVE_POLARITY.html
274-
/// [`_SIDD_LEAST_SIGNIFICANT`]: constant._SIDD_LEAST_SIGNIFICANT.html
275-
/// [`_SIDD_MOST_SIGNIFICANT`]: constant._SIDD_MOST_SIGNIFICANT.html
276-
/// [`_mm_cmpestri`]: fn._mm_cmpestri.html
277-
///
278264
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cmpistri)
279265
#[inline]
280266
#[target_feature(enable = "sse4.2")]

0 commit comments

Comments
 (0)