mpir
mpir copied to clipboard
Multiple Precision Integers and Rationals
Build for UNIX on Skylake (e.g. G4400 or G4500) fails because of AVX instruction marked as "black magic" presence in ```add_n.as``` and ```sub_n.as```. Commenting out such an instruction makes no...
Hello, firstly MPIR is great. I have it working fine for the mpir_gc and my program using it works fine. I compiled it as the recommended way after installing YASM...
I've had a bug report from a user of Macaulay2 that indicates that the mpir 3.0.0 configure script thinks his machine is 64 bit, but it's actually 32 bit, and...
Rechecked with GMP: if those options are not explicit specified GMP 6.1.2 automatically enables static library, disables shared. GMP also gives a summary of the build options, both parts look...
I wanted to add binaries to the appveyor artifacts and stumbled over this one. We currently have 32/64 + static/shared (2x2), the missing parts are cxx yes/no (x2) and gmpcompat...
This was removed with 66019c2295b1e03f3a19c31dac001fa59a586055 - so [Appveyor CI](https://ci.appveyor.com/project/wbhart/mpir) only has MinGW-w64 builds. Was it added somewhere else? [Travis CI](https://travis-ci.org/wbhart/mpir) has gcc and clang on "linux" (whatever this means) and...
The last release is 147 commits behind master and is over 18 months old. The releases are here while current updates seem to be done (only by @BrianGladman ?) at...
I would like to be able to convert from mpz_t to mpf_t and back. How do I do that? MPZ_T to MPF_T : mpf_set_z (WORKS) MPF_T to MPZ_T : ?mpz_set_f?...
In the documentation of the function `mpir_si mpz_get_si (mpz t)` it is written ``` To find out if the value will fit, use the function mpz_fits_slong_p. ``` This is not...
building with clang points out at this apparent gnu-ism: ``` bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -g -c -o ior.lo ior.c inp_raw.c:78:30: warning: shifting a negative...