aboutsummaryrefslogtreecommitdiff
path: root/source/writeCase_abc_f128M.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/writeCase_abc_f128M.c')
-rw-r--r--source/writeCase_abc_f128M.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/source/writeCase_abc_f128M.c b/source/writeCase_abc_f128M.c
index 5ddcac2..0824b0f 100644
--- a/source/writeCase_abc_f128M.c
+++ b/source/writeCase_abc_f128M.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:
@@ -45,11 +45,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
void
writeCase_abc_f128M(
- const float128_t *aPtr,
- const float128_t *bPtr,
- const float128_t *cPtr,
- const char *sepStringPtr
- )
+ const float128_t *aPtr, const float128_t *bPtr, const float128_t *cPtr )
{
writeHex_f128M( aPtr, 0 );
@@ -57,7 +53,7 @@ void
writeHex_f128M( bPtr, 0 );
fputs( "\n\t", stdout );
writeHex_f128M( cPtr, 0 );
- fputs( sepStringPtr, stdout );
+ fputs( "\n\t", stdout );
}