From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIEb0-0006ZS-Ty for qemu-devel@nongnu.org; Mon, 14 May 2018 10:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIEax-0002dg-0D for qemu-devel@nongnu.org; Mon, 14 May 2018 10:37:02 -0400 Received: from mail-ot0-x235.google.com ([2607:f8b0:4003:c0f::235]:39570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fIEaw-0002dV-SU for qemu-devel@nongnu.org; Mon, 14 May 2018 10:36:58 -0400 Received: by mail-ot0-x235.google.com with SMTP id l12-v6so14525504oth.6 for ; Mon, 14 May 2018 07:36:58 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180512004311.9299-20-richard.henderson@linaro.org> References: <20180512004311.9299-1-richard.henderson@linaro.org> <20180512004311.9299-20-richard.henderson@linaro.org> From: Peter Maydell Date: Mon, 14 May 2018 15:36:37 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v2 19/27] target/mips: Remove floatX_maybe_silence_nan from conversions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Aurelien Jarno , Yongbok Kim On 12 May 2018 at 01:43, Richard Henderson wrote: > This is now handled properly by the generic softfloat code. > > Cc: Aurelien Jarno > Cc: Yongbok Kim > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM