Re: [Mingw-w64-public] Detecting if __builtin_bswap16 is supported

2016-10-10 Thread David Wohlferd
On 10/8/2016 3:09 AM, Adrien Nader wrote: > Yet, it would also be useful to know which compilers are used or we > are bound to repeatedly break them. Please, report in this thread if > you use something else than GCC or Clang. Seems like such an obvious question, doesn't it? But I've

[Mingw-w64-public] Detecting if __builtin_bswap16 is supported

2016-07-16 Thread dw
I recently proposed a patch that removed some inline asm and replaced it with builtins. Fixing/removing inline asm is sort of a hobby of mine. Among other things