From 79eb19587addeee1f5df9232e2e3cc5f2e651ab2 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 2 Mar 2022 18:01:03 +0100 Subject: [PATCH] Replace unused doc comment with code comment --- 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 0b6f13fe82..fb51e6a311 100644 --- a/crates/core_arch/src/x86/avx.rs +++ b/crates/core_arch/src/x86/avx.rs @@ -3175,7 +3175,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"]