aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/fmulw.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-02-27 12:06:09 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-02-27 12:06:09 +0100
commit3c72ae21ae10f3f3f379cc45ef145bc7d90feed7 (patch)
treef6225fd6bfeb4d83d635ad8bd9859f60b18edb9c /test/mppa/instr/fmulw.c
parent12f0b90362f079cb1386883fe2d87a7d6955faa3 (diff)
downloadcompcert-kvx-3c72ae21ae10f3f3f379cc45ef145bc7d90feed7.tar.gz
compcert-kvx-3c72ae21ae10f3f3f379cc45ef145bc7d90feed7.zip
Changing the way floats are compared (script using reltol and abstol comparison)
Diffstat (limited to 'test/mppa/instr/fmulw.c')
-rw-r--r--test/mppa/instr/fmulw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/instr/fmulw.c b/test/mppa/instr/fmulw.c
index 030a6d9c..67d645c3 100644
--- a/test/mppa/instr/fmulw.c
+++ b/test/mppa/instr/fmulw.c
@@ -4,4 +4,4 @@ BEGIN_TEST(double)
{
c = ((float)a * (float)b);
}
-END_TESTF64()
+END_TESTF32()