aboutsummaryrefslogtreecommitdiff
path: root/source/genCases_f64.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/genCases_f64.c')
-rw-r--r--source/genCases_f64.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/genCases_f64.c b/source/genCases_f64.c
index 1ef34be..4b151b6 100644
--- a/source/genCases_f64.c
+++ b/source/genCases_f64.c
@@ -1,11 +1,11 @@
/*============================================================================
-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, 2015 The Regents of the University of
+Copyright 2011, 2012, 2013, 2014, 2015, 2017 The Regents of the University of
California. All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -42,6 +42,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "softfloat.h"
#include "genCases.h"
+#ifdef FLOAT64
+
struct sequence {
int expNum, term1Num, term2Num;
bool done;
@@ -802,3 +804,5 @@ void genCases_f64_abc_next( void )
}
+#endif
+