aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hauser <jhauser@eecs.berkeley.edu>2015-02-19 14:15:43 -0800
committerJohn Hauser <jhauser@eecs.berkeley.edu>2015-02-19 14:15:43 -0800
commita926ed3c9651b07e0615b36502bf16871345143f (patch)
treefa4d7f1222608d88d8b0639f3c3064466d83f4d0
parenta4ea50c15c15beb1890566ea8f75e7ceb0cda6e6 (diff)
downloadberkeley-testfloat-3-a926ed3c9651b07e0615b36502bf16871345143f.zip
berkeley-testfloat-3-a926ed3c9651b07e0615b36502bf16871345143f.tar.gz
berkeley-testfloat-3-a926ed3c9651b07e0615b36502bf16871345143f.tar.bz2
Fixed a missing comma that prevented compilation on big-endian machines.
Reboot the official release date (for the last time) to be 2015 Feb 16.
-rw-r--r--COPYING.txt10
-rw-r--r--README.html2
-rw-r--r--README.txt2
-rw-r--r--doc/TestFloat-general.html6
-rw-r--r--doc/TestFloat-history.html4
-rw-r--r--doc/TestFloat-source.html6
-rw-r--r--doc/testfloat.html2
-rw-r--r--doc/testfloat_gen.html2
-rw-r--r--doc/testfloat_ver.html2
-rw-r--r--doc/testsoftfloat.html2
-rw-r--r--doc/timesoftfloat.html2
-rw-r--r--source/slowfloat.c10
12 files changed, 25 insertions, 25 deletions
diff --git a/COPYING.txt b/COPYING.txt
index bfe32f6..b80ab63 100644
--- a/COPYING.txt
+++ b/COPYING.txt
@@ -2,15 +2,15 @@
License for Berkeley TestFloat Release 3
John R. Hauser
-2015 Jan 9
+2015 February 16
The following applies to the whole of TestFloat Release 3 as well as to each
source file individually.
-Copyright 2011, 2012, 2013, 2014 The Regents of the University of California
-(Regents). All Rights Reserved. Redistribution and use in source and
-binary forms, with or without modification, are permitted provided that the
-following conditions are met:
+Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of
+California (Regents). All Rights Reserved. Redistribution and use in
+source and binary forms, with or without modification, are permitted
+provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice,
this list of conditions, and the following two paragraphs of disclaimer.
diff --git a/README.html b/README.html
index a1eac5a..01fe84e 100644
--- a/README.html
+++ b/README.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
<P>
diff --git a/README.txt b/README.txt
index aeec8be..f62dcf9 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@
Package Overview for Berkeley TestFloat Release 3
John R. Hauser
-2015 Jan 9
+2015 February 16
Berkeley TestFloat is a small collection of programs for testing that an
implementation of binary floating-point conforms to the IEEE Standard for
diff --git a/doc/TestFloat-general.html b/doc/TestFloat-general.html
index 290e58c..25427a6 100644
--- a/doc/TestFloat-general.html
+++ b/doc/TestFloat-general.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
@@ -147,8 +147,8 @@ as to each source file individually.
</P>
<P>
-Copyright 2011, 2012, 2013, 2014 The Regents of the University of California
-(Regents).
+Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of
+California (Regents).
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
diff --git a/doc/TestFloat-history.html b/doc/TestFloat-history.html
index b1d6bf3..3c8d246 100644
--- a/doc/TestFloat-history.html
+++ b/doc/TestFloat-history.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 January 31<BR>
+2015 February 16<BR>
</P>
@@ -23,7 +23,7 @@ corresponding release of SoftFloat.
</P>
-<H3>Release 3 (2015 January)</H3>
+<H3>Release 3 (2015 February)</H3>
<UL>
diff --git a/doc/TestFloat-source.html b/doc/TestFloat-source.html
index db1c6f6..96e543b 100644
--- a/doc/TestFloat-source.html
+++ b/doc/TestFloat-source.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
@@ -158,8 +158,8 @@ as to each source file individually.
</P>
<P>
-Copyright 2011, 2012, 2013, 2014 The Regents of the University of California
-(Regents).
+Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of
+California (Regents).
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
diff --git a/doc/testfloat.html b/doc/testfloat.html
index 704cdce..a37911a 100644
--- a/doc/testfloat.html
+++ b/doc/testfloat.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
diff --git a/doc/testfloat_gen.html b/doc/testfloat_gen.html
index a916650..43652a9 100644
--- a/doc/testfloat_gen.html
+++ b/doc/testfloat_gen.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
diff --git a/doc/testfloat_ver.html b/doc/testfloat_ver.html
index 92e1a86..cbd5d6d 100644
--- a/doc/testfloat_ver.html
+++ b/doc/testfloat_ver.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
diff --git a/doc/testsoftfloat.html b/doc/testsoftfloat.html
index 0b69a7d..50125b5 100644
--- a/doc/testsoftfloat.html
+++ b/doc/testsoftfloat.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
diff --git a/doc/timesoftfloat.html b/doc/timesoftfloat.html
index e2860cc..36000ad 100644
--- a/doc/timesoftfloat.html
+++ b/doc/timesoftfloat.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2015 Jan 9<BR>
+2015 February 16<BR>
</P>
diff --git a/source/slowfloat.c b/source/slowfloat.c
index ac54bb5..0d2157e 100644
--- a/source/slowfloat.c
+++ b/source/slowfloat.c
@@ -5,10 +5,10 @@ This C source file is part of TestFloat, Release 3, 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
-(Regents). All Rights Reserved. Redistribution and use in source and binary
-forms, with or without modification, are permitted provided that the following
-conditions are met:
+Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of
+California (Regents). All Rights Reserved. Redistribution and use in source
+and binary forms, with or without modification, are permitted provided that
+the following conditions are met:
Redistributions of source code must retain the above copyright notice,
this list of conditions, and the following two paragraphs of disclaimer.
@@ -1488,7 +1488,7 @@ static bool floatXLt( const struct floatX *xPtr, const struct floatX *yPtr )
#ifdef LITTLEENDIAN
struct uint256 { uint64_t v0, v64, v128, v192; };
#else
-struct uint256 { uint64_t v192, v128 v64, v0; };
+struct uint256 { uint64_t v192, v128, v64, v0; };
#endif
static bool eq256M( const struct uint256 *aPtr, const struct uint256 *bPtr )