From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq9MM-0000tW-UN for qemu-devel@nongnu.org; Fri, 21 Jun 2013 17:59:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq9MI-0008SJ-PD for qemu-devel@nongnu.org; Fri, 21 Jun 2013 17:59:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq9MI-0008Rb-FL for qemu-devel@nongnu.org; Fri, 21 Jun 2013 17:59:06 -0400 Message-ID: <51C4CCA4.7010106@redhat.com> Date: Fri, 21 Jun 2013 23:59:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1371800909-25746-1-git-send-email-pbonzini@redhat.com> <51C46D01.8030202@twiddle.net> In-Reply-To: <51C46D01.8030202@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] int128: optimize and add test cases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org Il 21/06/2013 17:10, Richard Henderson ha scritto: > On 06/21/2013 12:48 AM, Paolo Bonzini wrote: >> --- /dev/null >> +++ b/tests/test-int128.c >> @@ -0,0 +1,212 @@ >> +/* >> + * Test 64x64 -> 128 multiply subroutines > > Cutnpaste test description. Otherwise, > > Reviewed-by: Richard Henderson Ok, I'll fix it and add it to my queue. Paolo