From bcbe010614f398ec86f3a9274d22e33e5f2ee60b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 2 Mar 2022 18:24:38 +0100 Subject: [PATCH] Replace unused doc comment with code comment (#1286) --- crates/core_arch/src/x86/avx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core_arch/src/x86/avx.rs b/crates/core_arch/src/x86/avx.rs index 07de99acb3e8b..1cd39cc2f1988 100644 --- a/crates/core_arch/src/x86/avx.rs +++ b/crates/core_arch/src/x86/avx.rs @@ -2898,7 +2898,7 @@ pub unsafe fn _mm256_cvtss_f32(a: __m256) -> f32 { simd_extract(a, 0) } -/// LLVM intrinsics used in the above functions +// LLVM intrinsics used in the above functions #[allow(improper_ctypes)] extern "C" { #[link_name = "llvm.x86.avx.addsub.pd.256"]