diff options
author | Andrew Waterman <andrew@sifive.com> | 2017-09-24 20:25:34 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2017-09-24 20:25:34 -0700 |
commit | bd85811c35ea38180d27440507fc222d585ef780 (patch) | |
tree | 214c6b615d7775f73da5ff9a94bd4a0a2772f9cf /softfloat/ui32_to_f32.c | |
parent | b86f2a51f522f020ad0d90f598f4c501f41da232 (diff) | |
download | spike-bd85811c35ea38180d27440507fc222d585ef780.zip spike-bd85811c35ea38180d27440507fc222d585ef780.tar.gz spike-bd85811c35ea38180d27440507fc222d585ef780.tar.bz2 |
Update SoftFloat
Diffstat (limited to 'softfloat/ui32_to_f32.c')
-rw-r--r-- | softfloat/ui32_to_f32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softfloat/ui32_to_f32.c b/softfloat/ui32_to_f32.c index ae98fb7..7e5ece6 100644 --- a/softfloat/ui32_to_f32.c +++ b/softfloat/ui32_to_f32.c @@ -2,7 +2,7 @@ /*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic -Package, Release 3a, 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. |