Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-04 Thread BALATON Zoltan
On Mon, 4 May 2020, Richard Henderson wrote: On 5/4/20 11:30 AM, BALATON Zoltan wrote: On Mon, 4 May 2020, Richard Henderson wrote: On 5/3/20 5:41 PM, 罗勇刚(Yonggang Luo) wrote: On Mon, May 4, 2020 at 7:40 AM BALATON Zoltan mailto:bala...@eik.bme.hu>> wrote:     Hello,     On Mon, 4 May 2020,

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-04 Thread Richard Henderson
On 5/4/20 11:30 AM, BALATON Zoltan wrote: > On Mon, 4 May 2020, Richard Henderson wrote: >> On 5/3/20 5:41 PM, 罗勇刚(Yonggang Luo) wrote: >>> On Mon, May 4, 2020 at 7:40 AM BALATON Zoltan >> > wrote: >>> >>>     Hello, >>> >>>     On Mon, 4 May 2020, 罗勇刚(Yonggang Luo) wrote

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-04 Thread BALATON Zoltan
On Mon, 4 May 2020, Richard Henderson wrote: On 5/3/20 5:41 PM, 罗勇刚(Yonggang Luo) wrote: On Mon, May 4, 2020 at 7:40 AM BALATON Zoltan mailto:bala...@eik.bme.hu>> wrote: Hello, On Mon, 4 May 2020, 罗勇刚(Yonggang Luo) wrote: > Hello Richard, Can you have a look at the following patch,

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-04 Thread Richard Henderson
On 5/3/20 5:41 PM, 罗勇刚(Yonggang Luo) wrote: > > > On Mon, May 4, 2020 at 7:40 AM BALATON Zoltan > wrote: > > Hello, > > On Mon, 4 May 2020, 罗勇刚(Yonggang Luo) wrote: > > Hello Richard, Can you have a look at the following patch, and was that > are > >

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-04 Thread Alex Bennée
罗勇刚(Yonggang Luo) writes: > On Mon, May 4, 2020 at 7:40 AM BALATON Zoltan wrote: > >> Hello, >> >> On Mon, 4 May 2020, 罗勇刚(Yonggang Luo) wrote: >> > Hello Richard, Can you have a look at the following patch, and was that >> are >> > the right direction? >> >> Formatting of the patch is broken

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-03 Thread Yonggang Luo
On Mon, May 4, 2020 at 7:40 AM BALATON Zoltan wrote: > Hello, > > On Mon, 4 May 2020, 罗勇刚(Yonggang Luo) wrote: > > Hello Richard, Can you have a look at the following patch, and was that > are > > the right direction? > > Formatting of the patch is broken by your mailer, try sending it with > som

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-03 Thread BALATON Zoltan
Hello, On Mon, 4 May 2020, 罗勇刚(Yonggang Luo) wrote: Hello Richard, Can you have a look at the following patch, and was that are the right direction? Formatting of the patch is broken by your mailer, try sending it with something that does not change it otherwise it's a bit hard to read. Ric

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-03 Thread Yonggang Luo
Hello Richard, Can you have a look at the following patch, and was that are the right direction? >From b4d6ca1d6376fab1f1be06eb472e10b908887c2b Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sat, 2 May 2020 05:59:25 +0800 Subject: [PATCH] [ppc fp] Step 1. Rearrange the fp helpers to eliminate

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-01 Thread Yonggang Luo
>From b4d6ca1d6376fab1f1be06eb472e10b908887c2b Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sat, 2 May 2020 05:59:25 +0800 Subject: [PATCH] [ppc fp] Step 1. Rearrange the fp helpers to eliminate helper_reset_fpstatus(). I've mentioned this before, that it's possible to leave the steady-stat

Re: An first try to improve PPC float simulation, not even compiled. Just ask question.

2020-05-01 Thread Richard Henderson
On 5/1/20 1:04 PM, 罗勇刚(Yonggang Luo) wrote: > And  fp_status can not represent all the  Invalid Operation Exception flags. > What I need to do to represent all the  Invalid Operation Exception Ideally, we add them to include/fpu/softfloat-types.h, expand the float_exception_flags field in float_st