On 12/25/15 04:01, Richard Henderson wrote:
> On 12/24/2015 07:38 AM, Chen Gang wrote:
>>
>> OK, thanks. Since fp_status need to be initialized to be 0, so I will
>> declared it statically, too (need we consider about thread safe for it?
>> I guess not).
>
> While qemu is not currently thread-saf
On 12/24/2015 07:38 AM, Chen Gang wrote:
On 12/24/15 06:51, Richard Henderson wrote:
On 12/23/2015 01:48 PM, cheng...@emindsoft.com.cn wrote:
+extern float_status fp_status;
No. Locally declared in e.g. main_calc.
OK, thanks. Since fp_status need to be initialized to be 0, so I will
decl
On 12/24/15 06:51, Richard Henderson wrote:
> On 12/23/2015 01:48 PM, cheng...@emindsoft.com.cn wrote:
>> +extern float_status fp_status;
>
> No. Locally declared in e.g. main_calc.
>
OK, thanks. Since fp_status need to be initialized to be 0, so I will
declared it statically, too (need we con
On 12/23/2015 01:48 PM, cheng...@emindsoft.com.cn wrote:
+extern float_status fp_status;
No. Locally declared in e.g. main_calc.
r~
From: Chen Gang
They are used by fsingle and fdouble helpers.
Signed-off-by: Chen Gang
---
target-tilegx/helper-fshared.c | 22 +
target-tilegx/helper-fshared.h | 55 ++
2 files changed, 77 insertions(+)
create mode 100644 target-tilegx/