[Mingw-w64-public] [PATCH] crt: x86: Fix the exponent mask in copysignl for x86_64

2018-06-03 Thread Martin Storsjö
This matches what is used in the x86_32 version below. Signed-off-by: Martin Storsjö --- mingw-w64-crt/math/x86/copysignl.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/math/x86/copysignl.S b/mingw-w64-crt/math/x86/copysignl.S index d38275e..6f98c7a 100644 -

Re: [Mingw-w64-public] Announcing v5.0.4

2018-06-03 Thread Liu Hao
在 2018年06月04日 07:11, JonY via Mingw-w64-public 写道: > > v5.0.4 is now released! > > Notable changes: > * Fix gcc-8.1.0 compatibility regarding _xgetbv > * %e printf specifier will now produce at least 2 digits for the exponent. > > And here are the downloads: > > Congrats! -- Best regards, L

[Mingw-w64-public] Announcing v5.0.4

2018-06-03 Thread JonY via Mingw-w64-public
v5.0.4 is now released! Notable changes: * Fix gcc-8.1.0 compatibility regarding _xgetbv * %e printf specifier will now produce at least 2 digits for the exponent. And here are the downloads: https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v5.0.4.tar.bz2 h

Re: [Mingw-w64-public] [PATCHv2] headers: Add missing 64 bit InterlockedBitTestAndTest functions for arm64

2018-06-03 Thread Martin Storsjö
On Sun, 3 Jun 2018, André Hentschel wrote: Am 24.05.2018 um 14:23 schrieb Martin Storsjö: Signed-off-by: Martin Storsjö --- Updated to actually use a separate 64 bit inline assembly snippet for this as well. This has been tested with various 64 bit input parameters. This is a copy of the exis

Re: [Mingw-w64-public] [PATCHv2] headers: Add missing 64 bit InterlockedBitTestAndTest functions for arm64

2018-06-03 Thread André Hentschel
Am 24.05.2018 um 14:23 schrieb Martin Storsjö: > Signed-off-by: Martin Storsjö > --- > Updated to actually use a separate 64 bit inline assembly snippet for > this as well. This has been tested with various 64 bit input parameters. > > This is a copy of the existing 32 bit versions of these funct

Re: [Mingw-w64-public] Release for use with gcc-8.1.0

2018-06-03 Thread Liu Hao
在 2018/6/3 17:16, Jeroen Ooms 写道: > It was discussed on this mailing list where JonY stated "Can you retry > with the v5.x branch on git? There are gcc 8 fixes in > included after the last v5 release." : Then it will get fixed in the next v5 release. -- Best regards, LH_Mouse --

Re: [Mingw-w64-public] Release for use with gcc-8.1.0

2018-06-03 Thread Jeroen Ooms
On Sun, Jun 3, 2018 at 10:47 AM, Liu Hao wrote: > 在 2018/6/2 20:45, Jeroen Ooms 写道: >> Hi! >> >> First of all: thanks for all the fantastic work on mingw-w64. >> >> Are there any plans to tag a mingw-w64 release for use with gcc-8? >> Both the v5 and v6 branch seem to work with gcc-8.1.0 but >> un

Re: [Mingw-w64-public] Release for use with gcc-8.1.0

2018-06-03 Thread Liu Hao
在 2018/6/2 20:45, Jeroen Ooms 写道: > Hi! > > First of all: thanks for all the fantastic work on mingw-w64. > > Are there any plans to tag a mingw-w64 release for use with gcc-8? > Both the v5 and v6 branch seem to work with gcc-8.1.0 but > unfortunately the latest stable 5.0.3 does not. The toolch