aboutsummaryrefslogtreecommitdiff
path: root/source/test_ab_f64_z_bool.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/test_ab_f64_z_bool.c')
-rw-r--r--source/test_ab_f64_z_bool.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/test_ab_f64_z_bool.c b/source/test_ab_f64_z_bool.c
index d239996..63c5b51 100644
--- a/source/test_ab_f64_z_bool.c
+++ b/source/test_ab_f64_z_bool.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:
@@ -44,6 +44,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "writeCase.h"
#include "testLoops.h"
+#ifdef FLOAT64
+
#pragma STDC FENV_ACCESS ON
void
@@ -97,3 +99,5 @@ void
}
+#endif
+