Re: [Mingw-w64-public] InterlockedBitTestAndXXX

2013-06-03 Thread Ozkan Sezer
On Mon, Jun 3, 2013 at 12:26 AM, dw limegreenso...@yahoo.com wrote: I have found some problems with the InterlockedBitTestAndXXX functions. For example: - Despite sezero's recent update, they still don't all have the memory clobber. - The constraints for the 64bit versions are incorrect (I

Re: [Mingw-w64-public] InterlockedBitTestAndXXX

2013-06-03 Thread Ozkan Sezer
On Tue, Jun 4, 2013 at 1:58 AM, dw limegreenso...@yahoo.com wrote: If you can prepare patches for your recent asm stuff against the stable branch, I would happily merge. It might make sense to hold off on this a bit. I have several more that I'm working on. OK, Also, I hate asking

[Mingw-w64-public] InterlockedBitTestAndXXX

2013-06-02 Thread dw
I have found some problems with the InterlockedBitTestAndXXX functions. For example: - Despite sezero's recent update, they still don't all have the memory clobber. - The constraints for the 64bit versions are incorrect (I vs J). - There is no library definition for

Re: [Mingw-w64-public] InterlockedBitTestAndXXX

2013-06-02 Thread Kai Tietz
patch is ok for apply. JonY could take care? (thanks i advance) Thanks Kai Am 02.06.2013 23:26 schrieb dw limegreenso...@yahoo.com: I have found some problems with the InterlockedBitTestAndXXX functions. For example: - Despite sezero's recent update, they still don't all have the memory