a1f4abf7ef
* Bug fixes. * Speed improvements. * Upwardly binary compatible with 4.0, 4.0.1, and 3.x versions. * Asymptotically fast conversion to/from strings (mpz, mpq, mpn levels), but also major speed improvements for tiny operands. * mpn_get_str parameter restrictions relaxed. * Major speed improvments for HPPA 2.0 systems. * Major speed improvments for UltraSPARC systems. * Major speed improvments for IA-64 systems (but still sub-optimal code). * Extended test suite. * mpfr is back, with many bug fixes and portability improvements. * New function: mpz_ui_sub. * New functions: mpz_export, mpz_import. * Optimization for nth root functions (mpz_root, mpz_perfect_power_p). * Optimization for extended gcd (mpz_gcdext, mpz_invert, mpn_gcdext). * Generalized low-level number format, reserving a `nails' part of each limb. (Please note that this is really experimental; some functions are likely to compute garbage when nails are enabled.) * Nails-enabled Alpha 21264 assembly code, allowing up to 75% better performance. (Use --enable-nails=4 to enable it.)
24 lines
519 B
Text
24 lines
519 B
Text
@comment $NetBSD: PLIST,v 1.5 2002/08/24 00:39:06 mjl Exp $
|
|
include/gmp.h
|
|
include/gmpxx.h
|
|
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gmp.info
|
|
info/gmp.info
|
|
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gmp.info
|
|
info/gmp.info-1
|
|
info/gmp.info-2
|
|
info/gmp.info-3
|
|
info/gmp.info-4
|
|
info/gmp.info-5
|
|
info/gmp.info-6
|
|
info/gmp.info-7
|
|
info/gmp.info-8
|
|
lib/libgmp.a
|
|
lib/libgmp.la
|
|
lib/libgmp.so
|
|
lib/libgmp.so.6.0
|
|
lib/libgmp.so.6
|
|
lib/libgmpxx.so.3.2
|
|
lib/libgmpxx.so.3
|
|
lib/libgmpxx.a
|
|
lib/libgmpxx.la
|
|
lib/libgmpxx.so
|