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

2016-10-09 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 struggled

Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-10-09 Thread David Wohlferd
On 10/3/2016 10:31 PM, Adrien Nader wrote: > I quickly went through the diff and I've found the following: > >> +amd64:MSYS*:*:* | x86_64:MSYS*:*:*) >> + echo x86_64-unknown-msys >> + exit ;; > There are also changes that could be related to ARM support ("earm"). > > Oh and iO