On 5/20/21 4:21 PM, Liu Hao wrote:
+#if (!defined(__GNUC__) || __GNUC__ < 11)
      __MACHINEI(void __cpuid(int a[4],int b))
+#endif

__cpuid is a macro in both older GCCs and clang, so it will probably not work there. It's also present in intrin-impl.h.


Jacek



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to