From a114da2cc9f6caca4824582eea75ec91b8439cc7 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 28 Aug 2019 22:51:21 +0200 Subject: merge upstream including fma fixes --- test/monniaux/predicated/predicated.s | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/monniaux/predicated/predicated.s (limited to 'test/monniaux/predicated') diff --git a/test/monniaux/predicated/predicated.s b/test/monniaux/predicated/predicated.s deleted file mode 100644 index f11606c2..00000000 --- a/test/monniaux/predicated/predicated.s +++ /dev/null @@ -1,13 +0,0 @@ - .text - - .globl predicated_write -predicated_write: - sd.wnez $r0? 8[$r1] = $r2 - ret - ;; - - .globl predicated_read -predicated_read: - ld.wnez $r1? $r0 = 8[$r2] - ret - ;; -- cgit