K 10 svn:author V 3 dim K 8 svn:date V 27 2014-05-28T17:44:37.342920Z K 7 svn:log V 330 MFC r266674: Pull in r209489 from upstream clang trunk (by Akira Hatanaka): Fix a bug in xmmintrin.h. The last step of _mm_cvtps_pi16 should use _mm_packs_pi32, which is a function that reads two __m64 values and packs four 32-bit values into four 16-bit values. Approved by: re (glebius) END