On 2017/12/18 3:42, Martin Storsjö wrote:
> Indeed - I'm amazed that this even compiled...
>
> // Martin
C does not forbid /implicit conversion/ from a pointer to an integer...
You probably need to enable `-Werror`.
--
Best regards,
LH_Mouse
---
On Sun, 17 Dec 2017, Liu Hao wrote:
On 2017/12/17 15:25, Martin Storsjö wrote:
Since long double just is normal double on arm and arm64, just
call the normal ldexp function.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/Makefile.am | 3 ++-
mingw-w64-crt/math/arm/ldexpl.c | 16 +
On 2017/12/17 15:25, Martin Storsjö wrote:
> Since long double just is normal double on arm and arm64, just
> call the normal ldexp function.
>
> Signed-off-by: Martin Storsjö
> ---
> mingw-w64-crt/Makefile.am | 3 ++-
> mingw-w64-crt/math/arm/ldexpl.c | 16
> mingw-w
Since long double just is normal double on arm and arm64, just
call the normal ldexp function.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/Makefile.am | 3 ++-
mingw-w64-crt/math/arm/ldexpl.c | 16
mingw-w64-crt/math/arm64/ldexpl.c | 16
3 files c