Add AArch64 vrecpeq_... intrinsic (necessary for minimal API).
This commit is contained in:
parent
b067e4464b
commit
02e97342c1
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ pub fn find<'tcx>(_tcx: &ty::ctxt<'tcx>, name: &str) -> Option<Intrinsic> {
|
|||
|
||||
"vrsqrteq_f32" => p!("vrsqrte.v4f32", (f32x4) -> f32x4),
|
||||
"vrsqrteq_f64" => p!("vrsqrte.v2f64", (f64x2) -> f64x2),
|
||||
"vrecpeq_f32" => p!("vrecpe.v4f32", (f32x4) -> f32x4),
|
||||
"vrecpeq_f64" => p!("vrecpe.v2f64", (f64x2) -> f64x2),
|
||||
|
||||
"vmaxq_f32" => p!("fmax.v4f32", (f32x4, f32x4) -> f32x4),
|
||||
"vmaxq_f64" => p!("fmax.v2f64", (f64x2, f64x2) -> f64x2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue