From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753113Ab0CZRm3 (ORCPT ); Fri, 26 Mar 2010 13:42:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32085 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772Ab0CZRm2 (ORCPT ); Fri, 26 Mar 2010 13:42:28 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20100326144241.8583.95617.stgit@warthog.procyon.org.uk> To: Linus Torvalds Cc: dhowells@redhat.com, mingo@elte.hu, tglx@linutronix.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] X86: Optimise fls(), ffs() and fls64() Date: Fri, 26 Mar 2010 17:42:05 +0000 Message-ID: <28287.1269625325@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > Where did you find that "doesn't modify its output" thing? It's not true. > The truth is that the destination is undefined. Just read the dang Intel > documentation, it's very clearly stated right there. Hmmm... My ancient Borland Assembler dead-tree manual doesn't mention that. David