Update avx2.rs
This commit is contained in:
parent
5e7dada0eb
commit
36852a1264
1 changed files with 0 additions and 4 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue