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]

r159292 - in /branches/vect256/gcc: ChangeLog.v...


Author: hjl
Date: Tue May 11 19:18:02 2010
New Revision: 159292

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159292
Log:
Define UNITS_PER_SIMD_WORD_MAX for x86.


H.J.
---
gcc/

2010-05-11  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.h (UNITS_PER_SIMD_WORD_MAX): New.
	* config/i386/i386.c (ix86_build_const_vector): Check
	UNITS_PER_SIMD_WORD_MAX.
	(ix86_build_signbit_mask): Likewise.

gcc/testsuite/

2010-05-11  H.J. Lu  <hongjiu.lu@intel.com>

	* i386/recip-vec-divf-avx.c: New.

Added:
    branches/vect256/gcc/testsuite/gcc.target/i386/recip-vec-divf-avx.c
Modified:
    branches/vect256/gcc/ChangeLog.vect256
    branches/vect256/gcc/config/i386/i386.c
    branches/vect256/gcc/config/i386/i386.h
    branches/vect256/gcc/testsuite/ChangeLog.vect256


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