quiverteam / Engine

Modified Version of Source 2007
104 stars 29 forks source link

Mingw intrin.h is different than MSVC intrin.h #57

Closed JJL772 closed 4 years ago

JJL772 commented 4 years ago

This is pretty much given, except that Mingw's intrin.h automatically includes immintrin.h (the one for avx!!!!) for whatever reason. Need to change this, temp fix has been implemented but it causes warnings about a lack of abi changes.

JJL772 commented 4 years ago

Fixed yesterday