Re: [Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-19 Thread Martin Storsjö
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 ++

Re: [Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-19 Thread Liu Hao
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/

Re: [Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-19 Thread lhmouse
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

[Mingw-w64-public] [PATCHv2] crt: Add an ldexpl function for arm and arm64

2017-12-17 Thread Martin Storsjö
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