aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/multiarch/float_madds.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/multiarch/float_madds.c')
-rw-r--r--tests/tcg/multiarch/float_madds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/multiarch/float_madds.c b/tests/tcg/multiarch/float_madds.c
index eceb4ae38b..e422608ccd 100644
--- a/tests/tcg/multiarch/float_madds.c
+++ b/tests/tcg/multiarch/float_madds.c
@@ -29,7 +29,9 @@ float_mapping round_flags[] = {
#ifdef FE_DOWNWARD
{ FE_DOWNWARD, "downwards" },
#endif
+#ifdef FE_TOWARDZERO
{ FE_TOWARDZERO, "to zero" }
+#endif
};