We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b067e44 commit 02e9734Copy full SHA for 02e9734
src/librustc_platform_intrinsics/aarch64.rs
@@ -38,6 +38,8 @@ pub fn find<'tcx>(_tcx: &ty::ctxt<'tcx>, name: &str) -> Option<Intrinsic> {
38
39
"vrsqrteq_f32" => p!("vrsqrte.v4f32", (f32x4) -> f32x4),
40
"vrsqrteq_f64" => p!("vrsqrte.v2f64", (f64x2) -> f64x2),
41
+ "vrecpeq_f32" => p!("vrecpe.v4f32", (f32x4) -> f32x4),
42
+ "vrecpeq_f64" => p!("vrecpe.v2f64", (f64x2) -> f64x2),
43
44
"vmaxq_f32" => p!("fmax.v4f32", (f32x4, f32x4) -> f32x4),
45
"vmaxq_f64" => p!("fmax.v2f64", (f64x2, f64x2) -> f64x2),
0 commit comments