Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47377 invoked from network); 17 Jan 2013 16:01:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2013 16:01:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=ard.biesheuvel@linaro.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ard.biesheuvel@linaro.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain linaro.org from 209.85.160.53 cause and error) X-PHP-List-Original-Sender: ard.biesheuvel@linaro.org X-Host-Fingerprint: 209.85.160.53 mail-pb0-f53.google.com Received: from [209.85.160.53] ([209.85.160.53:47209] helo=mail-pb0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/01-41276-27028F05 for ; Thu, 17 Jan 2013 11:01:54 -0500 Received: by mail-pb0-f53.google.com with SMTP id un1so834099pbc.40 for ; Thu, 17 Jan 2013 08:01:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=WgM8mU7f/lZd/yAD/Y3IzS0c14VCucxg7X3gxQO6PtA=; b=Mx6dJ320H1rhQXaEuERbN5cnRhm7LNTTskAXQ/CtogoCrM2nPiHu8boJgYlO4W3Kj8 GjitC/XjStR1TyZGzJHPjc1kPb/qaTyvrvCG1YjCU9b00g7Yh4wD5+61eI9EaBuI3Ulc 8gpEgG36oJ86zM5xPXR+SQrrhooiEK6I95iZL2uHNaXGcfql6RZLJZCQRVI9XZnqqWve uil1f552MtCQYkB4d49Y/OchkEv1Bzl8NeROwvL5fpDMdt+POwkIlMdktEvNPjbCK7XO 4sFdo2HWpl+CO88mI6A1HI7Nk//btdqQTTo/yAg7dIT2+Vr9uqKNEyScnunxSFPktzJN mqLQ== MIME-Version: 1.0 X-Received: by 10.66.86.71 with SMTP id n7mr14732440paz.77.1358438511520; Thu, 17 Jan 2013 08:01:51 -0800 (PST) Received: by 10.68.59.100 with HTTP; Thu, 17 Jan 2013 08:01:51 -0800 (PST) In-Reply-To: <50F8172E.5080601@lerdorf.com> References: <50F8172E.5080601@lerdorf.com> Date: Thu, 17 Jan 2013 17:01:51 +0100 Message-ID: To: Rasmus Lerdorf Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk8pwDWj0TCrAct5Rlo902AQrjjh8jVVfMJefU417ZpoubO7pFhKsoDoAhGZ4RJ4BhochKi Subject: Re: [PHP-DEV] Re: Zend signed multiply for ARM From: ard.biesheuvel@linaro.org (Ard Biesheuvel) On 17 January 2013 16:22, Rasmus Lerdorf wrote: > Welcome back Ard. Looks good to me, but I don't have an ARM box to test Thanks! I have done some manual testing on the corner cases, both on the 64-bit ARMv8 emulator and a 32-bit TI Beaglebone, and have also run the test cases in the Zend/ folder, and everything appears to work just fine. I will add a couple of simple test cases for both 32 and 64 bit targets, and make sure the various implementations are aligned. > on. Go to http://php.net/git-php.php and fill in the form at the bottom > there and we will get you set up with a git account unless you already > have one. I did a quick search and couldn't find it. > Done, Cheers, Ard.