From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpd8w-0000yp-S7 for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:30:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpd8b-0001GP-7O for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:30:06 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:34683) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fpd8a-0001Ey-UQ for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:29:45 -0400 Received: by mail-wm0-x244.google.com with SMTP id l2-v6so11033416wme.1 for ; Tue, 14 Aug 2018 10:29:44 -0700 (PDT) References: <20180814002653.12828-1-richard.henderson@linaro.org> <87bma5wdoz.fsf@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 14 Aug 2018 16:38:17 +0100 Message-ID: <87bma5ez6e.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] target/arm: Fix int64_to_float16 double-rounding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, laurent.desnogues@gmail.com, peter.maydell@linaro.org Richard Henderson writes: > On 08/14/2018 01:32 AM, Alex Benn=C3=A9e wrote: >> Can't we add the constants to the fcvt test case? > > No, they're all half-to-integer. This is integer-to-half. I'll add the int-to-float conversions, the whole thing could do with a bit of a re-factor anyway. > > We could write another one, I suppose, but it's not just > an add-one-line kind of thing. > > > r~ -- Alex Benn=C3=A9e