Re: [Mingw-w64-public] _lrotr - take 2

2013-10-20 Thread Kai Tietz
2013/10/19 dw limegreenso...@yahoo.com: Well, why including x86intrin.h header within our platform-headers? Why not including instead - as we did in the past - including intrin.h header instead?!?! In the past, we DID include x86intrin.h. Back before I even started with the project

[Mingw-w64-public] _lrotr - take 2

2013-10-03 Thread dw
Sorry for the delayed response on this topic, things got busy. To pick this back up, this is where we stand now: - There's a bug in gcc's x86intrin.h. They assume that under x64, longs are always 8 bytes. For native Windows (ie not cygwin), that's not correct, and leads to incorrect results