From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25093 invoked by alias); 10 Aug 2014 03:46:28 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25050 invoked by uid 89); 10 Aug 2014 03:46:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RDNS_DYNAMIC,SPF_SOFTFAIL,TVD_RCVD_IP,URI_HEX autolearn=no version=3.3.2 X-HELO: joe.nabble.com Received: from 216-139-250-139.aus.us.siteprotect.com (HELO joe.nabble.com) (216.139.250.139) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 10 Aug 2014 03:46:19 +0000 Received: from sam.nabble.com ([192.168.236.26]) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XGK4t-0006Ta-GE for gcc-help@gcc.gnu.org; Sat, 09 Aug 2014 20:45:51 -0700 Date: Sun, 10 Aug 2014 03:46:00 -0000 From: hanhwi To: gcc-help@gcc.gnu.org Message-ID: <1407642336296-1059078.post@n5.nabble.com> Subject: In GCC4.8.2, mno-bmi option doesn't work MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2014-08/txt/msg00075.txt.bz2 Hi, all, I'm using GCC 4.8.2 on x86-64 machine. The compiler emits tzcnt instruction unlike previous gcc. I want to prevent using tzcnt instruction. As I know, tzcnt instruction is BMI extension. To disable the feature, I set -mno-bmi but it didn't work. Is there any way to disable tzcnt instruction? Thanks, Hanhwi -- View this message in context: http://gcc.1065356.n5.nabble.com/In-GCC4-8-2-mno-bmi-option-doesn-t-work-tp1059078.html Sent from the gcc - Help mailing list archive at Nabble.com.