From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9Uhr-0001aE-KV for qemu-devel@nongnu.org; Thu, 17 Dec 2015 04:18:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9Uho-0007ec-9y for qemu-devel@nongnu.org; Thu, 17 Dec 2015 04:18:39 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:5915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9Uho-0007eG-3n for qemu-devel@nongnu.org; Thu, 17 Dec 2015 04:18:36 -0500 References: <1449418309-17202-1-git-send-email-aurelien@aurel32.net> From: Leon Alrae Message-ID: <56727C26.1070705@imgtec.com> Date: Thu, 17 Dec 2015 09:11:02 +0000 MIME-Version: 1.0 In-Reply-To: <1449418309-17202-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: silence NaNs for cvt.s.d and cvt.d.s List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org On 06/12/15 16:11, Aurelien Jarno wrote: > cvt.s.d and cvt.d.s are FP operations and thus need to convert input > sNaN into corresponding qNaN. Explicitely use the floatXX_maybe_silence_nan > functions for that as the floatXX_to_floatXX functions do not do that. > > Cc: Leon Alrae > Signed-off-by: Aurelien Jarno > --- > target-mips/op_helper.c | 2 ++ > 1 file changed, 2 insertions(+) Thanks, applied to target-mips queue. Regards, Leon