[X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple...
[X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple intrinsics that were supposed to operate on MMX registers. Otherwise we end up operating on GPRs. Throw in a test for _mm_mul_su32 while I was there. llvm-svn: 252711
Loading
Please register or sign in to comment