gmp: The GNU MP (multiple precision arithmetic) library1

GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface.

GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).

The speed of GNU MP is believed to be faster than any other similar library. The advantage for GNU MP increases with the operand sizes for certain operations, since GNU MP in many cases has asymptotically faster algorithms.

... part of T2, get it here

URL: http://gmplib.org/

Author: Torbjorn Granlund
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: LGPL
Status: Stable
Version: 6.3.0

Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.

Download: http://ftp.gnu.org/pub/gnu/gmp/ gmp-6.3.0.tar.xz

T2 source: avr32.patch
T2 source: gmp.cache
T2 source: gmp.conf
T2 source: gmp.desc
T2 source: gmp.prof
T2 source: hotfix-multilib.patch.sparc64
T2 source: hotfix.patch.m68k
T2 source: sparc.patch

Build time (on reference hardware): 25% (relative to binutils)2

Installed size (on reference hardware): 4.93 MB, 20 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep linux-header m4 make patch sed tar xz

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).