how do i write the c++ code below in sse2? especially how to deal with the constant 12b[j] = (short)((f0 + f3 + 12) >> 3);
f0 and f3 are arrays and >> is shift operation
_m128i xmm = _mm_set_epi32(12, 12, 12, 12).