From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq2zR-0000aV-N0 for qemu-devel@nongnu.org; Fri, 21 Jun 2013 11:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq2zO-0000NB-Sr for qemu-devel@nongnu.org; Fri, 21 Jun 2013 11:11:05 -0400 Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:33046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq2zO-0000N0-OX for qemu-devel@nongnu.org; Fri, 21 Jun 2013 11:11:02 -0400 Received: by mail-yh0-f43.google.com with SMTP id b12so3193941yha.2 for ; Fri, 21 Jun 2013 08:11:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <51C46D01.8030202@twiddle.net> Date: Fri, 21 Jun 2013 08:10:57 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1371800909-25746-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1371800909-25746-1-git-send-email-pbonzini@redhat.com> 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: Paolo Bonzini Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org 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 r~