This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog config/i386/emmintrin.h conf ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-12-23 07:49:26

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: emmintrin.h i386.c i386.md 

Log message:
	* config/i386/emmintrin.h (_mm_loadh_pd): Don't cast pointer arg
	to __v2si.
	(_mm_storeh_pd, _mm_loadl_pd, _mm_storel_pd): Likewise.
	* config/i386/i386.c (ix86_init_mmx_sse_builtins): Use double* or
	const double* for __builtin_ia32_loadhpd, __builtin_ia32_loadlpd,
	__builtin_ia32_storehpd, __builtin_ia32_storelpd.
	(ix86_expand_builtin): Update to match.
	(ix86_expand_vector_init): Use sse2_loadlpd.
	* config/i386/i386.md (vec_setv2df): Use sse2_loadlpd, sse2_loadhpd.
	(vec_extractv2df): Use sse2_storelpd, sse2_storehpd.
	(sse2_storehpd, sse2_loadhpd, sse2_storelpd, sse2_loadlpd): New.
	(sse2_movhpd): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6934&r2=2.6935
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/emmintrin.h.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.761&r2=1.762
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.590&r2=1.591


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]