Skip to content

Commit bcbe010

Browse files
Replace unused doc comment with code comment (#1286)
1 parent 7a41576 commit bcbe010

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/avx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2898,7 +2898,7 @@ pub unsafe fn _mm256_cvtss_f32(a: __m256) -> f32 {
28982898
simd_extract(a, 0)
28992899
}
29002900

2901-
/// LLVM intrinsics used in the above functions
2901+
// LLVM intrinsics used in the above functions
29022902
#[allow(improper_ctypes)]
29032903
extern "C" {
29042904
#[link_name = "llvm.x86.avx.addsub.pd.256"]

0 commit comments

Comments
 (0)