Пакет libgmp10: Информация

  • Default inline alert: Версия в репозитории: 6.2.1-alt5

Бинарный пакет: libgmp10
Версия: 6.2.1-alt4
Архитектура: aarch64
Собран:  22 февраля 2022 г. 15:52 в задании #295137
Исходный пакет: gmp
Сообщить об ошибке в пакете
Домашняя страница: http://gmplib.org/

Лицензия: LGPLv3+
О пакете: GNU MP arbitrary precision arithmetic library
Описание: 
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 huge operands.  The speed is achieved by using fullwords as the
basic arithmetic type, by using fast algorithms, with carefully
optimized assembly code for the most common inner loops for lots of
CPUs, and by a general emphasis on speed (instead of simplicity or
elegance).

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

Сопровождающий: Leontiy Volodin


Последнее изменение


29 октября 2021 г. Leontiy Volodin 6.2.1-alt4
- Enabled visibility for __gmpn_fft_best_k and __gmpn_mul_fft,
  which are used in gmp-ecm (ALT#41248).
26 августа 2021 г. Dmitry V. Levin 6.2.1-alt3
- Disabled build and packaging of static libraries.
3 августа 2021 г. Aleksei Nikiforov 6.2.1-alt2
- Packaged pkgconfig files.