[X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead...
[X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead of a copy of the intrinsic implementation. This had the same issue I just fixed in r336739. Apparently I copy pasted _mm512_mullo_epi64 when I added _mm512_mullox_epi64. llvm-svn: 336740
Loading
Please register or sign in to comment