Re: [Mingw-w64-public] [PATCH] math.h: Fix arm build

2016-05-16 Thread 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 >>> >

Re: [Mingw-w64-public] [PATCH] math.h: Fix arm build

2016-05-16 Thread André Hentschel
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 patc

Re: [Mingw-w64-public] [PATCH] math.h: Fix arm build

2016-05-16 Thread 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 s