aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/fmulw.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/fmulw.c')
-rw-r--r--test/mppa/instr/fmulw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mppa/instr/fmulw.c b/test/mppa/instr/fmulw.c
index 030a6d9c..f85eba64 100644
--- a/test/mppa/instr/fmulw.c
+++ b/test/mppa/instr/fmulw.c
@@ -1,7 +1,7 @@
#include "framework.h"
-BEGIN_TEST(double)
+BEGIN_TEST(float)
{
c = ((float)a * (float)b);
}
-END_TESTF64()
+END_TESTF32()