aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/f32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/f32.c')
-rw-r--r--test/mppa/instr/f32.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/mppa/instr/f32.c b/test/mppa/instr/f32.c
deleted file mode 100644
index 7e304aeb..00000000
--- a/test/mppa/instr/f32.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(float)
- c = ((float)a + (float)b);
- c += ((float)a * (float)b);
- c += (-(float)a);
- c += ((float)a - (float)b);
-END_TESTF32()