On 09.04.2013, at 17:00, Fabien Chouteau wrote:
> From: Tristan Gingold
>
> Raise the exception on the first occurence, do not wait for the next
> floating point operation.
>
> Signed-off-by: Fabien Chouteau
Thanks, applied to ppc-next.
Alex
> ---
> target-ppc/fpu_helper.c | 23 +
On 04/11/2013 12:09 AM, Alexander Graf wrote:
>
> On 09.04.2013, at 17:00, Fabien Chouteau wrote:
>
>> From: Tristan Gingold
>>
>> Raise the exception on the first occurence, do not wait for the next
>> floating point operation.
>
> Do you have a test case for this one that I could use to compa
On 09.04.2013, at 17:00, Fabien Chouteau wrote:
> From: Tristan Gingold
>
> Raise the exception on the first occurence, do not wait for the next
> floating point operation.
Do you have a test case for this one that I could use to compare results with
real hardware?
Alex
>
> Signed-off-by:
From: Tristan Gingold
Raise the exception on the first occurence, do not wait for the next
floating point operation.
Signed-off-by: Fabien Chouteau
---
target-ppc/fpu_helper.c | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/target-ppc/fpu_helper.