From bb27bb7f641f8890d5c2eafa01202e5d1cc32c71 Mon Sep 17 00:00:00 2001 From: Nemo157 Date: Thu, 5 Nov 2020 00:51:49 +0100 Subject: [PATCH] Replace element by markdown inline code (#946) --- library/stdarch/crates/core_arch/src/x86/sse41.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/crates/core_arch/src/x86/sse41.rs b/library/stdarch/crates/core_arch/src/x86/sse41.rs index d3c14bad2f80..70c22dfeb69e 100644 --- a/library/stdarch/crates/core_arch/src/x86/sse41.rs +++ b/library/stdarch/crates/core_arch/src/x86/sse41.rs @@ -919,7 +919,7 @@ pub unsafe fn _mm_round_ss(a: __m128, b: __m128, rounding: i32) -> __m128 { /// index /// in its second position; all other elements are set to zero. /// -/// This intrinsic corresponds to the VPHMINPOSUW / PHMINPOSUW +/// This intrinsic corresponds to the `VPHMINPOSUW` / `PHMINPOSUW` /// instruction. /// /// Arguments: