From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Brd5U-00015G-TX for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:42:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Brd5S-00014d-Qg for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:42:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Brd5S-00014T-Os for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:42:46 -0400 Received: from [213.228.0.176] (helo=postfix4-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Brd22-000173-A4 for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:39:14 -0400 Received: from imp4-q.free.fr (imp4-q.free.fr [212.27.42.4]) by postfix4-2.free.fr (Postfix) with ESMTP id 5666A1B7564 for ; Mon, 2 Aug 2004 15:38:45 +0200 (CEST) Message-ID: <1091453922.410e43e23a136@imp4-q.free.fr> Date: Mon, 2 Aug 2004 15:38:42 +0200 From: Laurent Amon Subject: RE: [Qemu-devel] Performances on Mac OS X References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Actually, GCC 3.3 supports Altivec extensions (like vector keywords) but = does not generate Altivec instructions on regular code, so you need to write specific code. The IBM compiler optimizes regular code using the Altivec. Lga. Selon Natalia Portillo : > GCC supports Altivec, just see the help.