Skip to content

Commit 92464f1

Browse files
TDeckingAmanieu
authored andcommitted
Update avx2.rs
1 parent dfb414e commit 92464f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/core_arch/src/x86/avx2.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,10 +3803,6 @@ extern "C" {
38033803
mask: __m128,
38043804
scale: i8,
38053805
) -> __m128;
3806-
#[link_name = "llvm.x86.avx2.psll.dq"]
3807-
fn vpslldq(a: i64x4, b: i32) -> i64x4;
3808-
#[link_name = "llvm.x86.avx2.psrl.dq"]
3809-
fn vpsrldq(a: i64x4, b: i32) -> i64x4;
38103806
}
38113807

38123808
#[cfg(test)]

0 commit comments

Comments
 (0)