re PR target/46419 (_mm_cvtpu16_ps (and hence _mm_cvtpu8_ps) returns false result)
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 10 Nov 2010 23:00:01 +0000 (00:00 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 10 Nov 2010 23:00:01 +0000 (00:00 +0100)
commit5ca2bc5e88a4b2f0370d7b532438029b1c8d2661
tree5a99f2f325a8058e017081f69c54ae9ad2063d6d
parentd5478783983705a1044961df3c3d59f2ff3d52dc
re PR target/46419 (_mm_cvtpu16_ps (and hence _mm_cvtpu8_ps) returns false result)

PR middle-end/46419
* config/i386/xmmintrin.h (_mm_cvtpi16_ps): Swap __hisi and __losi.
(_mm_cvtpu16_ps): Ditto.

testsuite/ChangeLog:

PR target/46419
* gcc-target/i386/pr46419.c: New test.

From-SVN: r166569
gcc/ChangeLog
gcc/config/i386/xmmintrin.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr46419.c [new file with mode: 0644]