From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13809 invoked by alias); 21 Feb 2002 10:35:55 -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 13716 invoked from network); 21 Feb 2002 10:35:53 -0000 Received: from unknown (HELO Nicole.fhm.edu) (213.7.83.204) by sources.redhat.com with SMTP; 21 Feb 2002 10:35:53 -0000 Received: from localhost.localdomain (unknown [10.23.201.8]) by Nicole.fhm.edu (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 4C64C10ADA; Thu, 21 Feb 2002 10:50:00 +0100 (CET) Subject: Re: Altivec conditional? From: Daniel Egger To: Aldy Hernandez Cc: GCC Developer Mailinglist In-Reply-To: References: <1014203671.23903.5.camel@sonja> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: Thu, 21 Feb 2002 03:17:00 -0000 Message-Id: <1014285150.10058.8.camel@sonja> Mime-Version: 1.0 X-SW-Source: 2002-02/txt/msg01186.txt.bz2 Am Don, 2002-02-21 um 08.49 schrieb Aldy Hernandez: > __ALTIVEC__ > but you have to include But I can only include if I have a capable compiler. That's not going to work as it's a chicken egg problem. > the builtins are not supported. Use the convenience macros (and > overloaded C++ functions) defined in . > *DON'T* use the builtins. The macros are prettier, and i hope to get > rid of the builtins one day... I've only seen cplusplus code in there. How do I utilize altivec from C without using builtins? -- Servus, Daniel