I happened to notice that including windows.h bring along the intrinics
for SSE and the like. I have checked the Windows SDK to see if it does
the same thing (and read the docs for the math intrinsics

#include <intrin.h>

on MSDN, and it does not.  I am wondering what the rationale for this is
in MinGW-w64.

I don't expect a fix for this to be forthcoming (if ever), so if there is
a work around for it, I'd like to know what it is.  I did not see any macro
guards for not including the header file, excepting __WIDL__, so I am left
wondering what I should do.

Thanks,

Tom

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

Reply via email to