diff options
Diffstat (limited to '3rdparty/softfloat/fyl2x.c')
-rw-r--r-- | 3rdparty/softfloat/fyl2x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/softfloat/fyl2x.c b/3rdparty/softfloat/fyl2x.c index 44c3e7610bc..ed75e3e569c 100644 --- a/3rdparty/softfloat/fyl2x.c +++ b/3rdparty/softfloat/fyl2x.c @@ -251,7 +251,7 @@ static float128 poly_l2p1(float128 x) // 1-u 3 5 7 2n+1 // -static floatx80 fyl2x(floatx80 a, floatx80 b) +floatx80 fyl2x(floatx80 a, floatx80 b) { uint64_t aSig = extractFloatx80Frac(a); int32_t aExp = extractFloatx80Exp(a); |