I compiled a program (on the command line using nmake and cl) with Intel's AVX2 intrinsic '_mm256_srli_epi64(sum1, 128)' and got an internal compiler error.Changing '128' to '127' or less (down to 0) does not generate the error.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...