From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q6R83-0004MR-9a for garchives@archives.gentoo.org; Sun, 03 Apr 2011 17:30:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4459E06B0; Sun, 3 Apr 2011 17:30:14 +0000 (UTC) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by pigeon.gentoo.org (Postfix) with ESMTP id 74818E0691 for ; Sun, 3 Apr 2011 17:29:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id CED223C454 for ; Sun, 3 Apr 2011 19:29:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at cs.tu-berlin.de (including SpamAssassin) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 12224) with ESMTP id jSQnDtmggwwK 26874-05 for ; Sun, 3 Apr 2011 19:29:39 +0200 (CEST) 17007 Received: from [192.168.178.58] (e178094043.adsl.alicedsl.de [85.178.94.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: chithanh) by mailhost.cs.tu-berlin.de (Postfix) with ESMTPSA for ; Sun, 3 Apr 2011 19:29:39 +0200 (CEST) Message-ID: <4D98AE80.1070807@gentoo.org> Date: Sun, 03 Apr 2011 19:29:36 +0200 From: =?UTF-8?B?Q2jDrS1UaGFuaCBDaHJpc3RvcGhlciBOZ3V54buFbg==?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.18) Gecko/20110327 Gentoo/2.0.13 SeaMonkey/2.0.13 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: GCC 4.6.0 References: <20110402221112.2101b4c1@gentoo.org> <20110403041923.51ea816d@gentoo.org> <4D98A0DA.1000000@avtomatika.com> In-Reply-To: <4D98A0DA.1000000@avtomatika.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 5176dfedf68ace0dea687397eeb7710d Branko Badrljica schrieb: > 2. Is there any info on gcc version that will support -march=Bulldozer ? > I have googled a couple of gcc-related posts about optimizing for this > CPU architecture intricacies and I have hoped to see support for it in > 4.6... Is this stuff still in early development or is it just waiting > for AMD to ship the chips due to some kind of NDA ? gcc-4.6.0 adds targets for two new AMD CPU families, bdver1 and btver1. It is all public, both the mailing list posts leading to the inclusion and gcc/config/i386/i386.c The gcc manpage was not updated, I think maybe by mistake. Best regards, Chi-Thanh Christopher Nguyen