aboutsummaryrefslogtreecommitdiff
path: root/source/genCases.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/genCases.h')
-rw-r--r--source/genCases.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/genCases.h b/source/genCases.h
index 63c6a3e..24dc20b 100644
--- a/source/genCases.h
+++ b/source/genCases.h
@@ -1,11 +1,11 @@
/*============================================================================
-This C header file is part of TestFloat, Release 3b, a package of programs for
+This C header 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
@@ -80,6 +80,7 @@ void genCases_f32_abc_init( void );
void genCases_f32_abc_next( void );
extern float32_t genCases_f32_a, genCases_f32_b, genCases_f32_c;
+#ifdef FLOAT64
void genCases_f64_a_init( void );
void genCases_f64_a_next( void );
void genCases_f64_ab_init( void );
@@ -87,6 +88,7 @@ void genCases_f64_ab_next( void );
void genCases_f64_abc_init( void );
void genCases_f64_abc_next( void );
extern float64_t genCases_f64_a, genCases_f64_b, genCases_f64_c;
+#endif
#ifdef EXTFLOAT80
void genCases_extF80_a_init( void );