r135196 - in /branches/ix86/avx/gcc: ChangeLog....

hjl@gcc.gnu.org hjl@gcc.gnu.org
Mon May 12 00:13:00 GMT 2008


Author: hjl
Date: Mon May 12 00:13:36 2008
New Revision: 135196

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135196
Log:
2008-05-11  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/gmmintrin.h (_mm256_set_epi64x): New.
	(_mm256_set1_epi64x): Likewise.

	* config/i386/i386.c (ix86_expand_vector_init_duplicate): Support
	V4DImode.
	(ix86_expand_vector_init_general): Likewise.

	* config/i386/sse.md (AVX256MODE3P): New.
	(avxhalfvecmode): Handle V4DI.
	(vec_init<mode>): Replace AVX256MODE2P with AVX256MODE3P.
	(*vec_concat<mode>_avx): Likewise.

Modified:
    branches/ix86/avx/gcc/ChangeLog.avx
    branches/ix86/avx/gcc/config/i386/gmmintrin.h
    branches/ix86/avx/gcc/config/i386/i386.c
    branches/ix86/avx/gcc/config/i386/sse.md



More information about the Gcc-cvs mailing list