From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23628 invoked by alias); 11 Aug 2010 20:31:35 -0000 Received: (qmail 22433 invoked by uid 48); 11 Aug 2010 20:31:16 -0000 Date: Wed, 11 Aug 2010 20:31:00 -0000 Message-ID: <20100811203116.22432.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44046] Intel Core i5 M520 CPU detected as atom with -march=native In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00889.txt.bz2 ------- Comment #11 from hjl dot tools at gmail dot com 2010-08-11 20:31 ------- Maybe we can improve the unknown processor support: 1. For 32bit, use i686 + -mSSEx. 2. For 64bit, use x86_64 + -mSSEx. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44046