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

hjl@gcc.gnu.org hjl@gcc.gnu.org
Fri Aug 15 14:57:00 GMT 2008


Author: hjl
Date: Fri Aug 15 14:57:11 2008
New Revision: 139131

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

	* config/i386/i386.c (standard_sse_mode_p): Return 2 for 256bit
	AVX modes.
	(standard_sse_constant_p): Return -2 for all 1s if SSE2 isn't
	enabled.  For all 1s in 256bit AVX modes, return 3 if AVX is
	enabled, otherwise return -3.
	(standard_sse_constant_opcode): Remove MODE_V8SF, MODE_V4DF
	and MODE_OI.

	* config/i386/sse.md (*avx_mov<mode>_internal): Remove FIXME.

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



More information about the Gcc-cvs mailing list