gmp v6.3.0
- Created
- Updated
The GNU Multiple Precision Arithmetic Library
# Usage
The package gmp can be imported via CMake FindPkgConfig module:
# gmp
find_package(PkgConfig REQUIRED)
pkg_check_modules(gmp REQUIRED IMPORTED_TARGET gmp)
target_link_libraries(main PkgConfig::gmp)
# gmpxx
find_package(PkgConfig REQUIRED)
pkg_check_modules(gmpxx REQUIRED IMPORTED_TARGET gmpxx)
target_link_libraries(main PkgConfig::gmpxx)
# License
LGPL-3.0-only OR GPL-2.0-only
# Supported Platforms
!xbox
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
# Features
No default features set.
# fat
Enable runtime selection of optimized low level routines
Supports: !windows | mingw
- ✅ linux
- ✅ osx
- ✅ uwp
- ❌
windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
and one transitive dependency:
# Dependents
# Host Dependents
# Contributors
Alexander Neumann
NancyLi1013
Billy O'Neal
Phoebe
Ilya Arzhannikov
nicole mazzuca
Dawid Wróbel
Jack·Boos·Yu
Laurent Rineau
Evgeny Karpov
Mengna Li
Thomas1664
Kai Pastor
Lily Wang
robbert-ef
Chuck Walbourn
moritz-h