On Sun, 5 Nov 2017, Jacek Caban wrote:

Hi Martin,


On 11/5/17 12:25 PM, Martin Storsjö wrote:
  #ifdef __MINGW_INTRIN_INLINE
-#if !defined (__clang__)
+#if !defined (__clang__) || (__clang_major__ > 3 || __clang_major__ == 3 && __clang_minor__ >= 4)

Could __has_builtin be used instead?

Hm, maybe - I'll give it a try.

// Martin
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to