summaryrefslogtreecommitdiff
path: root/build/template/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'build/template/platform.h')
-rw-r--r--build/template/platform.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/build/template/platform.h b/build/template/platform.h
index 19855d6..70d2b3e 100644
--- a/build/template/platform.h
+++ b/build/template/platform.h
@@ -1,12 +1,12 @@
/*============================================================================
-This C header template is part of TestFloat, Release 3a, a package of programs
+This C header template is part of TestFloat, Release 3b, 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, 2015, 2016 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,3 +45,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*----------------------------------------------------------------------------*/
==> #define INLINE inline
+/*----------------------------------------------------------------------------
+*----------------------------------------------------------------------------*/
+==> #define THREAD_LOCAL _Thread_local
+