From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [RFC][PATCH 2/3] math128: Introduce {mult,add,cmp}_u128 Date: Tue, 24 Apr 2012 21:43:02 +0200 Message-ID: <1335296582.28150.227.camel@twins> References: <20120424161039.293018424@chello.nl> <20120424162224.526249106@chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton , Juri Lelli , Ingo Molnar , Thomas Gleixner List-Id: linux-arch.vger.kernel.org On Tue, 2012-04-24 at 12:37 -0700, Linus Torvalds wrote: > Or at least stupid. > I'll take stupid.. this bit-fiddling isn't something I've done lots of. I'll go stare at gcc output now.. ;-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from merlin.infradead.org ([205.233.59.134]:45415 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757346Ab2DXTnP convert rfc822-to-8bit (ORCPT ); Tue, 24 Apr 2012 15:43:15 -0400 Message-ID: <1335296582.28150.227.camel@twins> Subject: Re: [RFC][PATCH 2/3] math128: Introduce {mult,add,cmp}_u128 From: Peter Zijlstra Date: Tue, 24 Apr 2012 21:43:02 +0200 In-Reply-To: References: <20120424161039.293018424@chello.nl> <20120424162224.526249106@chello.nl> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Mime-Version: 1.0 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton , Juri Lelli , Ingo Molnar , Thomas Gleixner Message-ID: <20120424194302.HpROv34I9-Kfn9hRA0QOnF02djQc8XUm8X3NoOy6dZY@z> On Tue, 2012-04-24 at 12:37 -0700, Linus Torvalds wrote: > Or at least stupid. > I'll take stupid.. this bit-fiddling isn't something I've done lots of. I'll go stare at gcc output now.. ;-)