4.11 Transition Guide

I met the _mm_cvtpu8_ps issue, according to your clue here, I compared the “C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmmintrin.h” for update1 and update 2, found it’s because now this “_mm_cvtpu8_ps” intrinsic is wrapped under “#if defined(_M_IX86)” so x64 target would not see the definition, hence the compile error.