aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/framework.h')
-rw-r--r--test/mppa/instr/framework.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mppa/instr/framework.h b/test/mppa/instr/framework.h
index d4f36f6b..3bbfa271 100644
--- a/test/mppa/instr/framework.h
+++ b/test/mppa/instr/framework.h
@@ -46,7 +46,7 @@
/* END END_TEST32 */
#define END_TESTF32()\
- printf("%f\t%f\t%f\n", a, b, c);\
+ printf("%e\t%e\t%e\n", a, b, c);\
S += c;\
}\
return 0;\
@@ -54,7 +54,7 @@
/* END END_TESTF32 */
#define END_TESTF64()\
- printf("%lf\t%lf\t%lf\n", a, b, c);\
+ printf("%e\t%e\t%e\n", a, b, c);\
S += c;\
}\
return 0;\