Replace unused doc comment with code comment (#1286)
This commit is contained in:
parent
b25548658a
commit
b51baab99c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue