This is the mail archive of the gcc-patches@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]

Re: [PATCH] Remove unused SSE builtins


On Fri, Mar 23, 2007 at 03:10:58PM -0500, Jakub Jelinek wrote:
> 	* config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
> 	Remove.
> 	(IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
> 	IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
> 	IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
> 	(ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
> 	v4si_ftype_v4si_v2di.   Remove __builtin_ia32_psllw128,
> 	__builtin_ia32_pslld128, __builtin_ia32_psllq128,
> 	__builtin_ia32_psrlw128, __builtin_ia32_psrld128,
> 	__builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
> 	__builtin_ia32_psrad128 builtins.

Ok.


r~


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