On 4/14/2017 7:14 AM, Martell Malone wrote:
> Updated clang no longer defines __IA32INTRIN_H so lets do this properly.

It appears that the only use for <intrin.h> in that file is the 
prototype for __rdtsc.  While it's not "good form" to have the prototype 
in multiple places...

> I assume intrin-impl.h is only ever included by intrin.h?

Fraid not.

mingw-w64-headers\include\winbase.h:#include <psdk_inc/intrin-impl.h>
mingw-w64-headers\include\winnt.h:#include <psdk_inc/intrin-impl.h>

> If not I will have to find a way to deal with __has_builtin in both files


------------------------------------------------------------------------------
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