Re: Aw: Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-25 Thread Richard Sandiford
"Jürgen Urban" writes: >> "Jürgen Urban" writes: >> > Index: gcc/config.gcc >> > === >> > --- gcc/config.gcc (Revision 200583) >> > +++ gcc/config.gcc (Arbeitskopie) >> > @@ -3080,7 +3080,7 @@ >> >esac >> > fi >> > >> > -# Infer

Aw: Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-25 Thread Jürgen Urban
Hello Richard, Sorry in the last days, I was not at home. So I couldn't test it until now. > "Jürgen Urban" writes: > > Index: gcc/config.gcc > > === > > --- gcc/config.gcc (Revision 200583) > > +++ gcc/config.gcc (Arbeitskopie) >

Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-22 Thread Richard Sandiford
Hi Jürgen, Thanks for the update, looks good. "Jürgen Urban" writes: > Index: gcc/config.gcc > === > --- gcc/config.gcc(Revision 200583) > +++ gcc/config.gcc(Arbeitskopie) > @@ -3080,7 +3080,7 @@ >esac > fi > > -# Inf

Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-21 Thread Jürgen Urban
Hello Richard, > "Jürgen Urban" writes: > >> "Jürgen Urban" writes: > >> >> "Jürgen Urban" writes: > >> >> > I used the SPU code in GCC as example for creating an > >> >> > r5900_single_format structure. The patch is attached to the e-mail. I > >> >> > want to submit this patch. > >> >> > >> >>

Re: Aw: Re: Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-09 Thread Richard Sandiford
"Jürgen Urban" writes: > Hello, >> "Jürgen Urban" writes: >> >> "Jürgen Urban" writes: >> >> > I used the SPU code in GCC as example for creating an >> >> > r5900_single_format structure. The patch is attached to the e-mail. I >> >> > want to submit this patch. >> >> >> >> Thanks. Are there any

Aw: Re: Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-08 Thread Jürgen Urban
Hello, > "Jürgen Urban" writes: > >> "Jürgen Urban" writes: > >> > I used the SPU code in GCC as example for creating an > >> > r5900_single_format structure. The patch is attached to the e-mail. I > >> > want to submit this patch. > >> > >> Thanks. Are there any real differences though? E.g. i

Re: Aw: Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-07 Thread Richard Sandiford
"Jürgen Urban" writes: >> "Jürgen Urban" writes: >> > I used the SPU code in GCC as example for creating an >> > r5900_single_format structure. The patch is attached to the e-mail. I >> > want to submit this patch. >> >> Thanks. Are there any real differences though? E.g. in your version >> you

Aw: Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-07 Thread Jürgen Urban
Hello Richard, > Gesendet: Sonntag, 07. Juli 2013 um 10:15 Uhr > "Jürgen Urban" writes: > > I used the SPU code in GCC as example for creating an > > r5900_single_format structure. The patch is attached to the e-mail. I > > want to submit this patch. > > Thanks. Are there any real differences th

Re: [PATCH] FPU IEEE 754 for MIPS r5900

2013-07-07 Thread Richard Sandiford
"Jürgen Urban" writes: > I used the SPU code in GCC as example for creating an > r5900_single_format structure. The patch is attached to the e-mail. I > want to submit this patch. Thanks. Are there any real differences though? E.g. in your version you set has_sign_dependent_rounding, but that's

[PATCH] FPU IEEE 754 for MIPS r5900

2013-07-06 Thread Jürgen Urban
Hello Richard, I used the SPU code in GCC as example for creating an r5900_single_format structure. The patch is attached to the e-mail. I want to submit this patch. > >> * removing the ISA_HAS_LDC1_SDC1 setting. I realise what you did > >> describes the reality of the processor, but the prob