<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander Klenin wrote:
<blockquote
 cite="mid:a4ae37a00903020349k59763700k4d91b86546e90b2f@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, Mar 2, 2009 at 21:27, Michael Schnell <a class="moz-txt-link-rfc2396E" href="mailto:mschnell@lumino.de"><mschnell@lumino.de></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Do you need integer or floating point ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->Fixed-point, actually.
  </pre>
</blockquote>
In the "Deutsches Lazarus Forum" there was a project called "GNURZ"
providing this. It was quite promising and I provided some
ASM-optimization for it. <br>
<br>
Here the original Author implemented a "Karazuba" multiplication, that
is a lot faster than the standard Multiplication algorithm, when very
long numbers are handled (see Wikipedia on Karazuba). <br>
<br>
Combined with the ASM optimization for the basic functions this seems
to be a very fast library. <br>
<br>
Unfortunately the original Author has stopped to work on the project
and nobody seems to be inclined to do some necessary cleaning up of the
code to allow a community based development. <br>
<br>
The license seems to be no problem at all. <br>
<br>
<br>
-Michael<br>
</body>
</html>