From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11081 invoked by alias); 1 Sep 2004 02:11:53 -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 11067 invoked from network); 1 Sep 2004 02:11:52 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sourceware.org with SMTP; 1 Sep 2004 02:11:52 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [129.34.20.41]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id i8129SM83324 for ; Tue, 31 Aug 2004 22:09:28 -0400 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/8.11.7-01-14-2004) with ESMTP id i812BoZ45546 for ; Tue, 31 Aug 2004 22:11:50 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id i812BnO32050; Tue, 31 Aug 2004 22:11:49 -0400 Message-Id: <200409010211.i812BnO32050@makai.watson.ibm.com> To: Janis Johnson cc: gcc@gcc.gnu.org, lorenz@us.ibm.com Subject: Re: generic vectors: how should they work? In-Reply-To: Message from Janis Johnson of "Tue, 31 Aug 2004 17:35:11 PDT." <20040901003511.GA8377@us.ibm.com> References: <20040901003511.GA8377@us.ibm.com> Date: Wed, 01 Sep 2004 02:11:00 -0000 From: David Edelsohn X-SW-Source: 2004-09/txt/msg00007.txt.bz2 I think part of the problem is that the term "generic vector" is being used for both arbitrary size vectors and synthetic (portable?) SIMD modes. These are not necessarily the same thing and the implementation is not necessarily the same for both. David