Skip to content

Commit 321ba2b

Browse files
committed
---
yaml --- r: 227071 b: refs/heads/master c: 02e9734 h: refs/heads/master i: 227069: 59f284e 227067: e722a9f 227063: ba5a22a 227055: d0e9261 227039: 2cc0c7a 227007: 1aa7cb5 226943: 79d2d27 226815: 18c79ac v: v3
1 parent 4edfc74 commit 321ba2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b067e4464bc8f519485476935d7d6b2bc860e569
2+
refs/heads/master: 02e97342c136d2d13411ebd0a687100d8be248e0
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc_platform_intrinsics/aarch64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ pub fn find<'tcx>(_tcx: &ty::ctxt<'tcx>, name: &str) -> Option<Intrinsic> {
3838

3939
"vrsqrteq_f32" => p!("vrsqrte.v4f32", (f32x4) -> f32x4),
4040
"vrsqrteq_f64" => p!("vrsqrte.v2f64", (f64x2) -> f64x2),
41+
"vrecpeq_f32" => p!("vrecpe.v4f32", (f32x4) -> f32x4),
42+
"vrecpeq_f64" => p!("vrecpe.v2f64", (f64x2) -> f64x2),
4143

4244
"vmaxq_f32" => p!("fmax.v4f32", (f32x4, f32x4) -> f32x4),
4345
"vmaxq_f64" => p!("fmax.v2f64", (f64x2, f64x2) -> f64x2),

0 commit comments

Comments
 (0)