Re: [Mingw-w64-public] [PATCH] CRT_fp10: Protect ARM implementation against compiler optimizations

2015-12-23 Thread Martell Malone
> > [PATCH] CRT_fp10: Protect ARM implementation against compiler optimizations I take it the clang based toolchain I sent you works ? I'm going to move onto fixing i686 and then do a personal builds release for xmas. http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64

Re: [Mingw-w64-public] Lock in support in the crt for ARMNT

2015-12-23 Thread Martell Malone
ping! :) On Tue, Dec 15, 2015 at 11:06 PM, Martell Malone wrote: > Please ignore patch 003 which adds __initenv to msvcrt > This is not available on arm. > Please review this along with the NtCurrentTeb patch. > > Apologies for the noise > > Kind Regards > Martell > > On Tue, Dec 15, 2015 at 10:

Re: [Mingw-w64-public] [PATCH] CRT_fp10: Protect ARM implementation against compiler optimizations

2015-12-23 Thread JonY
On 12/24/2015 07:06, André Hentschel wrote: > Please review, i'll commit it (in case I still have access), just need an OK. > OK for me, go ahead. 0xD4EBC740.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ---

[Mingw-w64-public] [PATCH] CRT_fp10: Protect ARM implementation against compiler optimizations

2015-12-23 Thread André Hentschel
Please review, i'll commit it (in case I still have access), just need an OK. commit 5e2e73b7754fca77ef7635cf52c73a3885110603 Author: André Hentschel Date: Thu Dec 24 00:01:06 2015 +0100 CRT_fp10: Protect ARM implementation against compiler optimizations Suggested-by: David Wohlf