qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/4] target-tilegx: Implement fpu single floatin


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/4] target-tilegx: Implement fpu single floating point
Date: Thu, 12 Nov 2015 17:18:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 11/12/2015 05:12 PM, Chen Gang wrote:
On 11/12/15 22:36, Richard Henderson wrote:
+    if (sfmt.calc == TILEGX_F_CALC_CVT) {
+        if (sfmt.sign)
+            f.f = int32_to_float32(0 - sfmt.mantissa, fp_status);
+        else
+            f.f = uint32_to_float32(sfmt.mantissa, fp_status);
+    } else {

Formatting.

You really should know better by now.
I'm not even going to look at the rest.


Excuse me, my English is not quite well, I am not quite understand your
meaning.

Does the code above have issues?


Please read ./CODING_STYLE, and use ./scripts/checkpatch.pl.


r~




reply via email to

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