]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/7693 (Typo in i386 mmintrin.h header)
authorJan Hubicka <jh@suse.cz>
Sat, 19 Oct 2002 13:51:34 +0000 (15:51 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 19 Oct 2002 13:51:34 +0000 (13:51 +0000)
commit51d68d5ad4a4d1f7582e57cb0dff51d27c5602d1
tree576c943f19f981bec41712873554789f13ba273a
parentbaee3f4fdf3416445467ab967924739eb3dbd7f5
re PR target/7693 (Typo in i386 mmintrin.h header)

* mmintrin.h (__m64): typedef it to v2si.
(_mm_cvtsi32_si64, _mm_cvtsi32_si64_mm_sll_pi16,
_mm_sll_pi32, _mm_sll_pi64, _mm_slli_pi64, _mm_sra_pi16,
_mm_sra_pi32, _mm_srl_pi16, _mm_srl_pi32, _mm_srl_pi64,
_mm_srli_pi64, _mm_and_si64, _mm_andnot_si64,
_mm_or_si64, _mm_xor_si64): Add neccesary casts.
* xmmintrin.h (_mm_setzero_si64): Likewise.

PR target/7693
Patch by Shawn Wagner
* mmintrin.h: Replace pi64 by si64.

From-SVN: r58308
gcc/ChangeLog
gcc/config/i386/mmintrin.h