From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1885 invoked by alias); 28 Nov 2001 00:57:10 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1837 invoked from network); 28 Nov 2001 00:57:08 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 28 Nov 2001 00:57:08 -0000 Received: from localhost.localdomain (taarna.cygnus.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA13608 for ; Tue, 27 Nov 2001 16:57:07 -0800 (PST) Received: (from aldyh@localhost) by localhost.localdomain (8.11.6/8.11.6) id fAS0xZV07709; Tue, 27 Nov 2001 18:59:35 -0600 X-Authentication-Warning: localhost.localdomain: aldyh set sender to aldyh@redhat.com using -f Subject: Re: front end changes for altivec From: Aldy Hernandez To: Richard Henderson Cc: Stan Shebs , "Joseph S. Myers" , gcc@gcc.gnu.org In-Reply-To: <20011127151526.A30257@redhat.com> References: <1006874643.5176.8.camel@litecycle.cc.andrews.edu> <20011127132756.A30114@redhat.com> <1006898082.5178.41.camel@litecycle.cc.andrews.edu> <20011127140031.E30114@redhat.com> <3C0418B1.8B56487D@apple.com> <20011127151526.A30257@redhat.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.99.2 (Preview Release) Date: Mon, 19 Nov 2001 16:13:00 -0000 Message-Id: <1006909175.5178.51.camel@litecycle.cc.andrews.edu> Mime-Version: 1.0 X-SW-Source: 2001-11/txt/msg00930.txt.bz2 > > Except that I think this is much worse. At least for "int" you > have sizeof, INT_MAX, CHAR_BITS etc to determine the nature of > the type on the machine. I think we can do better for vectors. why can't you have sizeof((vector int))? > > > r~ -- Aldy Hernandez E-mail: aldyh@redhat.com Professional Gypsy Red Hat, Inc. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aldy Hernandez To: Richard Henderson Cc: Stan Shebs , "Joseph S. Myers" , gcc@gcc.gnu.org Subject: Re: front end changes for altivec Date: Tue, 27 Nov 2001 16:57:00 -0000 Message-ID: <1006909175.5178.51.camel@litecycle.cc.andrews.edu> References: <1006874643.5176.8.camel@litecycle.cc.andrews.edu> <20011127132756.A30114@redhat.com> <1006898082.5178.41.camel@litecycle.cc.andrews.edu> <20011127140031.E30114@redhat.com> <3C0418B1.8B56487D@apple.com> <20011127151526.A30257@redhat.com> X-SW-Source: 2001-11/msg01431.html Message-ID: <20011127165700.gLCFzlnA5eQK5DenVJNzh4gdMIWjSAOEATXQzl0zYNo@z> > > Except that I think this is much worse. At least for "int" you > have sizeof, INT_MAX, CHAR_BITS etc to determine the nature of > the type on the machine. I think we can do better for vectors. why can't you have sizeof((vector int))? > > > r~ -- Aldy Hernandez E-mail: aldyh@redhat.com Professional Gypsy Red Hat, Inc.