Re: [Mingw-w64-public] [Patch] _bittest, _bittestandset, etc

2013-08-03 Thread dw
Jacek, while I have checked in this patch so that I could continue work, I would still be interested in any comments you might have on this. dw On 8/2/2013 12:12 AM, Kai Tietz wrote: Jacek, do you have any objections about that patch?

[Mingw-w64-public] [Patch] _bittest, _bittestandset, etc

2013-08-02 Thread dw
1) Move these functions from winnt.h to intrin-impl.h: _bittest, _bittest64 _bittestandset, _bittestandreset, _bittestandcomplement _bittestandset64, _bittestandreset64, _bittestandcomplement64 2) Update inline asm code: *a) Remove memory clobber*. *b) Remove volatile keyword.* c) Several

Re: [Mingw-w64-public] [Patch] _bittest, _bittestandset, etc

2013-07-17 Thread dw
Ping. These have nothing to do with the boost/Interlocked* issues. dw On 7/15/2013 2:37 PM, dw wrote: 1) Move these functions to intrin-impl.h: _bittest, _bittest64 _bittestandset, _bittestandreset, _bittestandcomplement _bittestandset64, _bittestandreset64, _bittestandcomplement64 2)

[Mingw-w64-public] [Patch] _bittest, _bittestandset, etc

2013-07-15 Thread dw
1) Move these functions to intrin-impl.h: _bittest, _bittest64 _bittestandset, _bittestandreset, _bittestandcomplement _bittestandset64, _bittestandreset64, _bittestandcomplement64 2) Update inline asm code: *a) Remove memory clobber*. *b) Remove volatile keyword.* c) Several changes to