diff options
| author | 2014-02-20 18:18:29 +0000 | |
|---|---|---|
| committer | 2014-02-20 18:18:29 +0000 | |
| commit | 3138b2c6600a92a422800f81a6ecbb3700da4af8 (patch) | |
| tree | 0fd8bd0a89d9397bd897bdbfb5052ca41fb13e0a /src/lib/softfloat/fyl2x.c | |
| parent | d8ba983889bd61a07bbc15c4cee3719819271ac0 (diff) | |
second round of clang 3.4 fixes for MESS (nw)
Diffstat (limited to 'src/lib/softfloat/fyl2x.c')
| -rw-r--r-- | src/lib/softfloat/fyl2x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/softfloat/fyl2x.c b/src/lib/softfloat/fyl2x.c index 3a04cc79117..d1aeb329afd 100644 --- a/src/lib/softfloat/fyl2x.c +++ b/src/lib/softfloat/fyl2x.c @@ -75,6 +75,7 @@ INLINE flag extractFloatx80Sign( floatx80 a ) } +#if 0 /*---------------------------------------------------------------------------- | Takes extended double-precision floating-point NaN `a' and returns the | appropriate NaN result. If `a' is a signaling NaN, the invalid exception @@ -90,6 +91,7 @@ INLINE floatx80 propagateFloatx80NaNOneArg(floatx80 a) return a; } +#endif /*---------------------------------------------------------------------------- | Normalizes the subnormal extended double-precision floating-point value |
