re PR target/7693 (Typo in i386 mmintrin.h header)
authorJan Hubicka <jh@suse.cz>
Sat, 19 Oct 2002 08:48:37 +0000 (10:48 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 19 Oct 2002 08:48:37 +0000 (08:48 +0000)
commit822eda12605c08abde5e4d3f388f3cd85b198412
treef1efd84c5856f54a8dd3c97998f920817860fd09
parentbf3d8f27d5fb7811e0e1aa798e69d7868d03e3ae
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.

* i386.h (ALIGN_MODE_128): Update comment; add missing modes
(SSE_REG_MODE_P, MMX_REG_MODE_P): New macros.

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

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