This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM contribution: Longlong division 10x times faster!


On Sun, Nov 20, 2005 at 10:33:24PM +0100, Fredrik Hederstierna wrote:
> Hi,
> 
> Today Fredrik Hederstierna of Purple Scout AB announces the release
> of a hand-coded assembly implementation of 64bit division and modulo
> for ARM.
> 
> The code is in average 2x-3x faster than the current libgcc-version,
> and at best it could be more than 10x faster (tested for ARMv4). It's
> also smaller in size, each function (4 in total) is about 150-250
> bytes shorter. In total this could shrink the code size by 1k.

First, thanks for doing this.

In order to merge a substantial contribution into GCC, we need a
copyright assignment to the FSF.  It doesn't look like you have one; is
that right?  If so, let me know off-list and I'll send you the form.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]