qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] target/mips: Fix minor bug in FPU


From: Mateja Marjanovic
Subject: Re: [Qemu-devel] [PATCH] target/mips: Fix minor bug in FPU
Date: Tue, 19 Mar 2019 10:24:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1


On 18.3.19. 20:08, Aleksandar Markovic wrote:
From: Mateja Marjanovic <address@hidden>
Subject: [PATCH] target/mips: Fix minor bug in FPU

From: Mateja Marjanovic <address@hidden>

Wrong type of NaN was generated for IEEE754-2008 by maddf and
msubf insturctions when the arguments were inf, zero, nan or
zero, inf, nan respectively.

"insturctions" -> "instructions".
Typo, I will correct that.

The word "respectively" is here wrong and spurious.

The meaning that you convey with the current wording is that
the "inf, zero, nan" case is related to "maddf" (only), and the
"zero, inf, nan" to "msubf".
Could you tell me what do you suggest?

Does "Wrong type of NaN was generated for IEEE754-2008 by maddf and msubf

insturctions when the arguments were (inf, zero, nan) or

(zero, inf, nan)." seem ok?


Please use full instruction names with possible Backus-Naur
shorthands, like "MADDF.<D|S>", "MSUBF.<D|S>".
Ok, I will use that from now on.

Thanks,
Aleksandar
Thanks,
Mateja



reply via email to

[Prev in Thread] Current Thread [Next in Thread]