OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.8 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../gmp/gmp.desc
  5. [COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
  8. [COPY]
  9. [COPY] More information can be found in the files COPYING and README.
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  14. [COPY] GNU General Public License can be found in the file COPYING.
  15. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] The GNU MP (multiple precision arithmetic) library
  17. [T] GNU MP is a library for arbitrary precision arithmetic, operating on signed
  18. [T] integers, rational numbers, and floating point numbers. It has a rich set
  19. [T] of functions, and the functions have a regular interface.
  20. [T]
  21. [T] GNU MP is designed to be as fast as possible, both for small operands and
  22. [T] for huge operands. The speed is achieved by using fullwords as the basic
  23. [T] arithmetic type, by using fast algorithms, by carefully optimized assembly
  24. [T] code for the most common inner loops for a lots of CPUs, and by a general
  25. [T] emphasis on speed (instead of simplicity or elegance).
  26. [T]
  27. [T] The speed of GNU MP is believed to be faster than any other similar library.
  28. [T] The advantage for GNU MP increases with the operand sizes for certain
  29. [T] operations, since GNU MP in many cases has asymptotically faster algorithms.
  30. [U] http://www.swox.com/gmp/
  31. [A] Torbjorn Granlund
  32. [M] Christian Wiese <morfoh@opensde.org>
  33. [C] base/library
  34. [F] DIETLIBC
  35. [L] GPL
  36. [S] Stable
  37. [V] 4.2.2
  38. [P] X --2--5---9 102.200
  39. [D] 1816435636 gmp-4.2.2.tar.gz ftp://ftp.gnu.org/pub/gnu/gmp/