From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16230 invoked by alias); 17 Oct 2002 17:16:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16212 invoked by uid 71); 17 Oct 2002 17:16:04 -0000 Date: Thu, 17 Oct 2002 10:16:00 -0000 Message-ID: <20021017171604.16210.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: hubicka@gcc.gnu.org Subject: other/8062 Reply-To: hubicka@gcc.gnu.org X-SW-Source: 2002-10/txt/msg00684.txt.bz2 List-Id: The following reply was made to PR other/8062; it has been noted by GNATS. From: hubicka@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: other/8062 Date: 17 Oct 2002 17:09:17 -0000 CVSROOT: /cvs/gcc Module name: egcs Changes by: hubicka@gcc.gnu.org 2002-10-17 10:09:17 Modified files: gcc : ChangeLog gcc/config/i386: i386.c i386.md mmintrin.h xmmintrin.h Log message: * mmintrin.h: Guard by __MMX__ * xmmintrin.h: Guard by __SSE__ PR other/8062 * xmmintrin.h (_MM_SHUFFLE2): New macro. (_mm_load*_?d): New functions. (_mm_set*_?d): New functions. (_mm_store*_?d): New functions. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15717&r2=1.15718 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.471&r2=1.472 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.390&r2=1.391 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/mmintrin.h.diff?cvsroot=gcc&r1=1.2&r2=1.3 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/xmmintrin.h.diff?cvsroot=gcc&r1=1.9&r2=1.10