From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtcbk-0002ZT-Qx for qemu-devel@nongnu.org; Tue, 12 Feb 2019 13:16:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtcOo-0003qg-Ed for qemu-devel@nongnu.org; Tue, 12 Feb 2019 13:03:16 -0500 Received: from mail-pg1-x543.google.com ([2607:f8b0:4864:20::543]:43303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtcOn-0003oF-Tu for qemu-devel@nongnu.org; Tue, 12 Feb 2019 13:03:14 -0500 Received: by mail-pg1-x543.google.com with SMTP id v28so1590528pgk.10 for ; Tue, 12 Feb 2019 10:03:13 -0800 (PST) References: <20190212110308.13707-1-david@redhat.com> <20190212110308.13707-4-david@redhat.com> From: Richard Henderson Message-ID: <217d9ffd-789b-e935-1ae8-e32152e55f19@linaro.org> Date: Tue, 12 Feb 2019 10:03:09 -0800 MIME-Version: 1.0 In-Reply-To: <20190212110308.13707-4-david@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 02/15] s390x/tcg: Fix rounding from float128 to uint64_t/uin32_t List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-devel@nongnu.org Cc: Thomas Huth , Janosch Frank , Cornelia Huck , Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, Richard Henderson On 2/12/19 3:02 AM, David Hildenbrand wrote: > Let's use the proepr conversion functions now that we have them. "proper" Reviewed-by: Richard Henderson r~