On Tue, 19 Dec 2017, Liu Hao wrote:
On 2017/12/18 3:43, 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ö
---
Fixed the parameters in the C wrappers.
---
mingw-w64-crt/Makefile.am | 3 ++
On 2017/12/18 3:43, 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ö
> ---
> Fixed the parameters in the C wrappers.
> ---
> mingw-w64-crt/Makefile.am | 3 ++-
> mingw-w64-crt/math/
On 2017/12/18 3:43, 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ö
> --- > Fixed the parameters in the C wrappers. > --- >
> mingw-w64-crt/Makefile.am | 3 ++- > mingw-w64-crt/ma
Since long double just is normal double on arm and arm64, just
call the normal ldexp function.
Signed-off-by: Martin Storsjö
---
Fixed the parameters in the C wrappers.
---
mingw-w64-crt/Makefile.am | 3 ++-
mingw-w64-crt/math/arm/ldexpl.c | 16
mingw-w64-crt/math/arm