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

From: Nicolas Pitre
Date: Fri Oct 30 2015 - 11:17:26 EST


On Fri, 30 Oct 2015, Måns Rullgård wrote:

> Nicolas Pitre <nicolas.pitre@xxxxxxxxxx> writes:
>
> > OK... I was intrigued, so I adapted my ARM code to the generic case,
> > including the overflow avoidance optimizations. Please have look and
> > tell me how this works for you.
> >
> > If this patch is accepted upstream, then it could be possible to
> > abstract only the actual multiplication part with some architecture
> > specific assembly.
>
> Good idea.

Could you please provide a reviewed-by or acked-by tag?


Nicolas