[Mingw-w64-public] To 32 or 64, that is the question :)

2014-06-19 Thread Peter Kennard
as the unified installer has options for 64 and 32 bit installs. I assume the 64 bit install will not run on a 32 bit machine or a 32 bit OS install. Does which install is chosen ONLY effect the actual running of the tools themselves on the HOST machine or does it have any influence on what the

Re: [Mingw-w64-public] [RFC] sinf and cosf for ARM

2014-06-19 Thread Pavel
Hi André, I have some comments to the sinf implementation. First of all, calculating the factorials in separate function is quite inefficient, since you repeat multiplication of what has already been multiplied. Slightly better would be to declare local variable and calculate the factorial in the