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
-
在 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
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
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
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
在 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
--
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
在 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