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]

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


Author: hjl
Date: Wed May 12 16:15:21 2010
New Revision: 159329

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159329
Log:
Properly get vector mode for signbit mask.

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

	* config/i386/i386.c (ix86_build_signbit_mask): Get scalar mode
	for vector mode.
	(ix86_expand_fp_absneg_operator): Call ix86_build_signbit_mask
	with vector mode.
	(ix86_expand_copysign): Properly get vector mode.
	(ix86_sse_copysign_to_positive): Likewise.
	(ix86_expand_sse_fabs): Likewise.

Modified:
    branches/vect256/gcc/ChangeLog.vect256
    branches/vect256/gcc/config/i386/i386.c


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