2012/6/18 JonY <jo...@users.sourceforge.net>: > Hi, > > I am told that this ABI test does not apply to mingw targets. OK to apply?
Hi JonY, The test doesn't apply to x64 windows targets, as for it sse is part of its ABI. As test already checks for !ia32, we could simply check for x86_64/i?86-*-mingw* targets instead. We don't need to check for ilp32 here again. Regards, Kai