In the intrin.h header there is an include of x86intrin.h whenever 
__GNUC__ is defined and we are compiling for x86 or x64.

If you look at the x86intrin.h header file you will see it includes 
header files for all intrinsics. This leads to multiple typedefs using 
the same name for __m64, __m128, __m128d, and __m128i since these are 
declared later in the intrin.h header file as long as the particular CPU 
feature does not exist.

Is this a known bug with the gcc 5.1 implementation of mingw-64 ?


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to