Skip to content

Commit

Permalink
Replace unused doc comment with code comment (rust-lang#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored Mar 2, 2022
1 parent 7a41576 commit bcbe010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/avx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bcbe010

Please sign in to comment.