On 18.12.2017 21:57, Martin Storsjö wrote:
> On Mon, 18 Dec 2017, Jacek Caban wrote:
>
>> We were unable to do that for a long time, because of additional
>> mingw-w64 patches that were committed on top of upstream version. Those
>> patches started implementing winrt features, but were never finish
On Tue, 19 Dec 2017, Liu Hao wrote:
On 2017/12/19 20:13, Martin Storsjö wrote:
This matches what MSVC does.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++
mingw-w64-crt/lib-common/ucrtbase.def.in | 4
2 files changed, 6 insertions(+)
On
On 12/19/2017 12:13 PM, Martin Storsjö wrote:
> This matches what MSVC does.
>
Patch OK.
signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging
On 2017/12/19 20:13, Martin Storsjö wrote:
> This matches what MSVC does.
>
> Signed-off-by: Martin Storsjö
> ---
> mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++
> mingw-w64-crt/lib-common/ucrtbase.def.in | 4
> 2 files changed, 6 insertions(+)
>
On my 64-bit Win7 only MSVC
This matches what MSVC does.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++
mingw-w64-crt/lib-common/ucrtbase.def.in | 4
2 files changed, 6 insertions(+)
diff --git a/mingw-w64-crt/def-include/msvcrt-common.def.in
b/mingw-w64-crt/def-includ
On Sun, 17 Dec 2017, Martin Storsjö wrote:
For lib64, this only adds a few new functions.
Also provide it for arm64.
Signed-off-by: Martin Storsjö
---
.../{libarm32 => lib-common}/winscard.def | 6 +-
mingw-w64-crt/lib64/winscard.def | 75 --
ming
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