Re: [PATCH] __div64_32: implement division by multiplication for 32-bit arches

From: Nicolas Pitre
Date: Wed Nov 04 2015 - 18:48:21 EST


On Wed, 4 Nov 2015, Nicolas Pitre wrote:

> On Fri, 30 Oct 2015, Måns Rullgård wrote:
>
> > Nicolas Pitre <nicolas.pitre@xxxxxxxxxx> writes:
> >
> > > I'm going to do it anyway given that I already have it for ARM. It'll
> > > be opt-in, so if your arch doesn't provide it then the current C
> > > implementation will be used by default.
> >
> > Great. I'll try it out on MIPS once you've posted the patch.
>
> You should have seen the patches by now.
>
> I've put them along with a bunch of do_div() usage fixes here:
>
> http://git.linaro.org/people/nicolas.pitre/linux.git

More precisely:

http://git.linaro.org/people/nicolas.pitre/linux.git div64


Nicolas