Update avx2.rs

This commit is contained in:
Tobias Decking 2024-06-21 09:53:58 +02:00 committed by Amanieu d'Antras
parent 5e7dada0eb
commit 36852a1264

View file

@ -3803,10 +3803,6 @@ extern "C" {
mask: __m128,
scale: i8,
) -> __m128;
#[link_name = "llvm.x86.avx2.psll.dq"]
fn vpslldq(a: i64x4, b: i32) -> i64x4;
#[link_name = "llvm.x86.avx2.psrl.dq"]
fn vpsrldq(a: i64x4, b: i32) -> i64x4;
}
#[cfg(test)]