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