Skip to content

Commit

Permalink
Remove 2 unused intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantn authored and Amanieu committed Dec 27, 2024
1 parent 4e785ed commit dc8925a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/core_arch/src/x86/avx512f.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41143,13 +41143,9 @@ extern "C" {

#[link_name = "llvm.x86.avx512.cvtsi2ss32"]
fn vcvtsi2ss(a: f32x4, b: i32, rounding: i32) -> f32x4;
#[link_name = "llvm.x86.avx512.cvtsi2sd64"]
fn vcvtsi2sd(a: f64x2, b: i64, rounding: i32) -> f64x2;

#[link_name = "llvm.x86.avx512.cvtusi2ss"]
fn vcvtusi2ss(a: f32x4, b: u32, rounding: i32) -> f32x4;
#[link_name = "llvm.x86.avx512.cvtusi642sd"]
fn vcvtusi2sd(a: f64x2, b: u64, rounding: i32) -> f64x2;

#[link_name = "llvm.x86.avx512.cvttss2si"]
fn vcvttss2si(a: f32x4, rounding: i32) -> i32;
Expand Down

0 comments on commit dc8925a

Please sign in to comment.