From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnsiD-00045Y-VN for qemu-devel@nongnu.org; Fri, 01 Sep 2017 16:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnsiA-0000PV-UM for qemu-devel@nongnu.org; Fri, 01 Sep 2017 16:38:46 -0400 Received: from mail-pg0-x229.google.com ([2607:f8b0:400e:c05::229]:33347) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnsiA-0000Oj-Oc for qemu-devel@nongnu.org; Fri, 01 Sep 2017 16:38:42 -0400 Received: by mail-pg0-x229.google.com with SMTP id t3so3540574pgt.0 for ; Fri, 01 Sep 2017 13:38:42 -0700 (PDT) References: <20170817230114.3655-1-richard.henderson@linaro.org> <20170817230114.3655-2-richard.henderson@linaro.org> From: Richard Henderson Message-ID: Date: Fri, 1 Sep 2017 13:38:38 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/8] tcg: Add generic vector infrastructure and ops for add/sub/logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org, alex.bennee@linaro.org On 08/29/2017 06:31 PM, Philippe Mathieu-Daudé wrote: > Hi Richard, > > I can't find anything to say about this patch... Hardcore stuff. > Some part could be more a bit more verbose but after a while focusing it makes > sens. > I wonder how long it took you to write this :) "roughly 2h" Not quite that quickly. ;-) You're absolutely right that it needs lots more documentation. I'll improve that when it comes to round 2. r~