Re: [Mingw-w64-public] trouble getting mingw setup

2015-02-26 Thread David Rysdam
Ruben Van Boxem writes: > Is there a reason you're using an obsolete GCC version? The oldest still > supported version is 4.8.4. If I remember correctly, 4.5.1 had some issues, > that were patchable or patched in 4.5.2, but really 4.6 was where all the > good stuff started to happen. I strongly su

Re: [Mingw-w64-public] lrotl (final)

2015-02-26 Thread Kai Tietz
Hey dw, Thanks for the explanation. I wanted to be sure we have the reasoning for this change explicit documented. So I have no more objections. The patch is ok. Please go ahead. Thanks, Kai 2015-02-26 11:03 GMT+01:00 dw : > A question has been asked about why I deleted the "#pragma push_macr

Re: [Mingw-w64-public] lrotl (final)

2015-02-26 Thread dw
A question has been asked about why I deleted the "#pragma push_macro" and "#pragma pop_macro" that was there around the old lrotl. The problem push/pop was trying to solve is quite simple. In x86intrin.h, there is a line like this: #define _lrotl(a,b) __rolq((a), (b)) Now, with that in