diff options
author | 2012-04-09 06:03:25 +0000 | |
---|---|---|
committer | 2012-04-09 06:03:25 +0000 | |
commit | 70718f506e0f215b73beb08c645ab30ed1002822 (patch) | |
tree | b70208cab885f76bcf39e96e4fa2d6b2370b06ab /src/lib/softfloat/softfloat.c | |
parent | bbddee4a75a88e15d5933594736dcd40c1513d3f (diff) |
SoftFloat changes for last CL and x07 tape format from MESS (no whatsnew)
Diffstat (limited to 'src/lib/softfloat/softfloat.c')
-rw-r--r-- | src/lib/softfloat/softfloat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/softfloat/softfloat.c b/src/lib/softfloat/softfloat.c index f607feb27db..fe0137787bc 100644 --- a/src/lib/softfloat/softfloat.c +++ b/src/lib/softfloat/softfloat.c @@ -524,7 +524,9 @@ static void | Floating-Point Arithmetic. *----------------------------------------------------------------------------*/ -static floatx80 +// roundAndPackFloatx80 is now also used in fyl2x.c + +/* static */ floatx80 roundAndPackFloatx80( int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) |