aboutsummaryrefslogtreecommitdiff
path: root/source/verCases_writeFunctionName.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/verCases_writeFunctionName.c')
-rw-r--r--source/verCases_writeFunctionName.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/source/verCases_writeFunctionName.c b/source/verCases_writeFunctionName.c
index 93c91ac..cc5bb2b 100644
--- a/source/verCases_writeFunctionName.c
+++ b/source/verCases_writeFunctionName.c
@@ -1,12 +1,12 @@
/*============================================================================
-This C source file is part of TestFloat, Release 3b, a package of programs for
+This C source file is part of TestFloat, Release 3c, a package of programs for
testing the correctness of floating-point arithmetic complying with the IEEE
Standard for Floating-Point, by John R. Hauser.
-Copyright 2011, 2012, 2013, 2014 The Regents of the University of California.
-All rights reserved.
+Copyright 2011, 2012, 2013, 2014, 2017 The Regents of the University of
+California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -48,7 +48,10 @@ void verCases_writeFunctionName( FILE *streamPtr )
", rounding minMag",
", rounding min",
", rounding max",
- ", rounding near_maxMag"
+ ", rounding near_maxMag",
+#ifdef FLOAT_ROUND_ODD
+ ", rounding odd"
+#endif
};
fputs( verCases_functionNamePtr, streamPtr );