On Sun, 21 Aug 2016, David Wohlferd wrote:

> In this function:
>
>    long double sinhl(long double x)
>
> there is a call to fabs:
>
>      (fabs (x) > (MAXLOGL + LOGE2L)))
>
> However, fabs doesn't take a (long double), it only takes a (double).  Clang 
> complains about the truncation (warning: absolute value function 'fabs' given 
> an argument of type 'long double' but has parameter of type 'double' which 
> may cause truncation of value).
>
> Patch attached.

Ok with me.

// Martin

------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to