Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 11 Jan 2002 17:19:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 11 Jan 2002 17:19:05 -0500 Received: from are.twiddle.net ([64.81.246.98]:45702 "EHLO are.twiddle.net") by vger.kernel.org with ESMTP id ; Fri, 11 Jan 2002 17:19:00 -0500 Date: Fri, 11 Jan 2002 14:18:50 -0800 From: Richard Henderson To: Alan Cox Cc: Ronald Wahl , linux-kernel@vger.kernel.org Subject: Re: [Q] Looking for an emulation for CMOV* instructions. Message-ID: <20020111141850.A9873@twiddle.net> Mail-Followup-To: Alan Cox , Ronald Wahl , linux-kernel@vger.kernel.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from alan@lxorguk.ukuu.org.uk on Fri, Jan 11, 2002 at 12:54:29AM +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 11, 2002 at 12:54:29AM +0000, Alan Cox wrote: > It means the compiler for -m686 shouldn't have assumed cmov was available Eh? -march=i686 *asserts* that cmov is available. What's the point of optimizing an IF to a cmov if I have to insert another IF to see if I can use cmov? r~ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/