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