Re: [PATCH] powerpc: Get rid of invalid shifts in math-emu

2008-02-22 Thread Segher Boessenkool
> _However_ there are significant code changes in there, and I don't > actually understand that code (well, I admit I haven't tried), Yeah, it's written in 70's style C. Yuck. > so it could definitely use a bit of a commit message explaining > the rationale Right. I had to fix git-send-email a

Re: [PATCH] powerpc: Get rid of invalid shifts in math-emu

2008-02-22 Thread Benjamin Herrenschmidt
On Fri, 2008-02-22 at 21:01 +0100, Segher Boessenkool wrote: > Signed-off-by: Segher Boessenkool <[EMAIL PROTECTED]> > --- Amen ! _However_ there are significant code changes in there, and I don't actually understand that code (well, I admit I haven't tried), so it could definitely use a bit of