Hi,
the certificate expired last September.
best regards,
Lajos
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
Any news?
Thanks,
Lajos
On Tue, Aug 22, 2017 at 3:24 PM, niXman wrote:
> Carl Kleffner 2017-08-22 15:57:
>>
>> Hi niXman,
>>
>> all 32bit builds are blocked by sf:
>>
>> "This file may contain malware and the automatic download has been
>> disabled."
>
>
> Hi,
>
> Hmm... this is very strange...
On Wed, Sep 12, 2012 at 4:15 AM, Sisyphus wrote:
>
> - Original Message -
> From: "Lajos Foldy"
> To:
> Sent: Wednesday, September 12, 2012 12:29 AM
> Subject: Re: [Mingw-w64-public] -ffloat-store not needed with 64-bit
> compiler
>
>
>>
On Tue, Sep 11, 2012 at 3:01 PM, Sisyphus wrote:
>
> Is there a way to get the same output with the 64-bit mingw compiler ?
i686 uses the x87 FPU (80 bit internal precision), x86_64 uses SSE2
(64 bit precision). -ffloat-store enforces 64 bit precision through
memory stores/loads. You can use the