Replace unused doc comment with code comment (#1286)

This commit is contained in:
Guillaume Gomez 2022-03-02 18:24:38 +01:00 committed by GitHub
parent b25548658a
commit b51baab99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]