Pushed, because there were no objections

Am 02.06.2016 um 21:21 schrieb André Hentschel:
> Am 16.05.2016 um 20:39 schrieb André Hentschel:
>> Am 16.05.2016 um 15:58 schrieb Hugo Beauzée-Luyssen:
>>> On 05/16/2016 03:55 PM, André Hentschel wrote:
>>>> Am 13.05.2016 um 14:17 schrieb Kai Tietz:
>>>>> Hi,
>>>>>
>>>>> from my point of view this is ok.  Nevertheless I would like that
>>>>> Andre is taking a look to it before.
>>>>>
>>>>> Thanks,
>>>>> Kai
>>>>>
>>>>
>>>> long double is the same as double on ARM afaicr, so I'm not sure how a 
>>>> build could break with that code.
>>>> But the patch is also not wrong, but should be even more correct...
>>>>
>>>
>>> I must say I don't know the arm specifics, and trust you if you're saying 
>>> it should behave the same.
>>> The rational for this patch is simply this compiler output:
>>>
>>> /build/prefix/armv7-w64-mingw32/include/math.h:434:11: error: assigning to 
>>> 'double *' from incompatible type 'long double *'
>>>     hlp.d = &x;
>>>           ^ ~~
>>> /build/prefix/armv7-w64-mingw32/include/math.h:594:11: error: assigning to 
>>> 'double *' from incompatible type 'long double *'
>>>     hlp.d = &_x;
>>>           ^ ~~~
>>> /build/prefix/armv7-w64-mingw32/include/math.h:665:11: error: assigning to 
>>> 'double *' from incompatible type 'long double *'
>>>     hlp.d = &x;
>>>           ^ ~~
>>>
>>> When building with llvm/clang.
>>>
>>> Regards,
>>
>> OK, thx. I only tested with gcc...
>> But I also just noticed that you should also change the return line dt to 
>> ldt or simply merge the implementation with the x86_64 one
>>
> 
> 
> I made up my own fix now, what about that one?
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> 
> 
> 
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
> 


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to