diff options
author | John Hauser <jhauser@eecs.berkeley.edu> | 2017-08-10 16:26:24 -0700 |
---|---|---|
committer | John Hauser <jhauser@eecs.berkeley.edu> | 2017-08-10 16:26:24 -0700 |
commit | db047c521e07644199a679db36d842c05959e067 (patch) | |
tree | 2071959425595ce5ed7590597edd149fa995f584 /source/f64_mul.c | |
parent | 9d731d45e86ae28cf13b0094979577061e0e811c (diff) | |
download | berkeley-softfloat-3-db047c521e07644199a679db36d842c05959e067.zip berkeley-softfloat-3-db047c521e07644199a679db36d842c05959e067.tar.gz berkeley-softfloat-3-db047c521e07644199a679db36d842c05959e067.tar.bz2 |
Release 3d. See "doc/SoftFloat-history.html".
Diffstat (limited to 'source/f64_mul.c')
-rw-r--r-- | source/f64_mul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/f64_mul.c b/source/f64_mul.c index 9e9116e..86f6654 100644 --- a/source/f64_mul.c +++ b/source/f64_mul.c @@ -2,7 +2,7 @@ /*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic -Package, Release 3c, by John R. Hauser. +Package, Release 3d, by John R. Hauser. Copyright 2011, 2012, 2013, 2014 The Regents of the University of California. All rights reserved. |