From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e36pN-0004Uf-As for qemu-devel@nongnu.org; Fri, 13 Oct 2017 16:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e36pI-0001S8-FP for qemu-devel@nongnu.org; Fri, 13 Oct 2017 16:45:05 -0400 Received: from mail-pg0-x233.google.com ([2607:f8b0:400e:c05::233]:47013) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e36pI-0001RJ-91 for qemu-devel@nongnu.org; Fri, 13 Oct 2017 16:45:00 -0400 Received: by mail-pg0-x233.google.com with SMTP id k7so2073621pga.3 for ; Fri, 13 Oct 2017 13:45:00 -0700 (PDT) References: <20171013162438.32458-1-alex.bennee@linaro.org> <20171013162438.32458-5-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <2af1e040-d3ac-ae97-c794-aa598923e605@linaro.org> Date: Fri, 13 Oct 2017 13:44:56 -0700 MIME-Version: 1.0 In-Reply-To: <20171013162438.32458-5-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 04/30] target/arm/cpu.h: update comment for half-precision values List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, qemu-arm@nongnu.org On 10/13/2017 09:24 AM, Alex Bennée wrote: > Signed-off-by: Alex Bennée > --- > target/arm/cpu.h | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~