William Hart
|
1542701d02
|
Update documentation including removing information for various old platforms.
|
2015-06-11 14:53:41 +00:00 |
|
William Hart
|
de759a4525
|
Replace lahf and sahf with .byte declarations to support old coreutils such as
that used by OpenBSD-5.6.
|
2015-06-11 12:51:45 +00:00 |
|
William Hart
|
dd5c05a984
|
Update documentation regarding stdint.h and _ux, _sx functions.
|
2015-06-11 11:53:38 +00:00 |
|
William Hart
|
e86ac62d26
|
Fix handling of stdint.h once and for all.
|
2015-06-11 10:46:10 +00:00 |
|
William Hart
|
d9e4276c7d
|
Reduce memory usage of two fft tests, so ulimit doesn't have to be changed on
openbsd.
|
2015-06-11 00:19:08 +00:00 |
|
William Hart
|
99c2a90cfa
|
Only run tests for mpz/t-get/set_sx/ux if precise conditions for availability
of stdint.h that are checked in gmp-h.in, hold.
|
2015-06-11 00:03:50 +00:00 |
|
William Hart
|
2aa025975f
|
Only run test for mpz_get_ux if the precise conditions for including the
function as are checked in gmp-h.in are met.
|
2015-06-10 23:58:41 +00:00 |
|
William Hart
|
55a074aebc
|
Added missing __GMP_DECLSPEC's which were causing a segfault on Cygwin64.
|
2015-06-10 21:03:03 +00:00 |
|
William Hart
|
48bf24bdea
|
Add missing rshift1.as/asm in Sandy Bridge.
|
2015-06-10 01:40:32 +00:00 |
|
William Hart
|
bceaa9bf4f
|
Attempt to fix libtool issue on MSYS.
|
2015-06-09 23:22:14 +00:00 |
|
William Hart
|
1693a6ef46
|
Again, attempt to update configfsf.sub.
|
2015-06-09 22:16:55 +00:00 |
|
William Hart
|
83b5d0fefe
|
Update for some newer Haswell chips.
|
2015-06-09 21:42:30 +00:00 |
|
William Hart
|
ac5016f5b4
|
Attempt to support msys2 in config.guess.
|
2015-06-09 21:28:30 +00:00 |
|
William Hart
|
3508448a6b
|
Another attempt to update configfsf.guess/sub.
|
2015-06-09 21:08:25 +00:00 |
|
William Hart
|
a34af70e40
|
Update configfsf.guess, configfsf.sub.
|
2015-06-09 21:02:29 +00:00 |
|
William Hart
|
2c8f96a252
|
Update gcd test code to match that of GMP 5.1.x and documentation of mpz_gcdext
to match that of GMP 5.1.3.
|
2015-06-09 19:33:32 +00:00 |
|
William Hart
|
ab478be99f
|
Remove more autoreconf warnings.
|
2015-06-09 17:45:38 +00:00 |
|
William Hart
|
acd49c3818
|
INCLUDES -> AM_CPPFLAGS as per autoreconf advice.
|
2015-06-09 17:21:21 +00:00 |
|
William Hart
|
33c8ccc034
|
Ran autoreconf -fiv --no-recursive.
|
2015-06-09 15:50:53 +00:00 |
|
William Hart
|
aedee2bf01
|
Patch from Leif Lionhardy to support GCC 5.x STDC inlining, instead of GNUC in
a configure test.
|
2015-06-09 14:29:14 +00:00 |
|
William Hart
|
154c4444ba
|
Apply Sage patch for gcc-4.9.
|
2015-06-09 14:21:03 +00:00 |
|
William Hart
|
240255708f
|
Patch from Sage for fat binary build on 32 bit system.
|
2015-06-09 14:14:02 +00:00 |
|
wbhart
|
2e62307dab
|
Merge pull request #152 from jpflori/patch-1
Typo in configure.ac
|
2015-04-15 18:23:15 +02:00 |
|
Jean-Pierre Flori
|
a611772797
|
Typo in configure.ac
|
2015-04-15 18:18:11 +02:00 |
|
William Hart
|
a6538ff19e
|
Small improvement due to Paul Zimmermann.
|
2015-02-03 17:13:23 +00:00 |
|
William Hart
|
4a5686d5fb
|
Added note about the revised version of Paul Zimmermann's article.
|
2015-02-03 16:59:31 +00:00 |
|
William Hart
|
24b7b6eab7
|
Small improvement, suggested by Paul Zimmermann.
|
2015-02-02 23:41:47 +00:00 |
|
William Hart
|
248e56c88d
|
Removed unnecessary line of code.
|
2015-02-02 13:57:01 +00:00 |
|
William Hart
|
95d4eab65c
|
Fixed bugs in invert.c and t-invert.c. The code was always computing correct
results, but this seems to be more of an accident than by design.
|
2015-02-02 12:30:50 +00:00 |
|
William Hart
|
3a9dd527a2
|
Fix a further issue affecting PPL, i.e. check for (U)INTMAX_MAX. Thanks to
JP Flori for the patch.
|
2014-10-01 13:27:06 +01:00 |
|
William Hart
|
a0e819627e
|
Merge remote-tracking branch 'brian/master'
|
2014-10-01 13:11:30 +01:00 |
|
William Hart
|
82816d9951
|
Recognise mingw64 from msys2.
|
2014-09-14 21:00:31 +01:00 |
|
BrianGladman
|
ed36ee5257
|
Correct Visual Studio builds and update the Python VS build generators
|
2014-08-14 13:16:41 +01:00 |
|
BrianGladman
|
277565fdb4
|
1. Correct error in last commit for mpir_config.py
2. rebuild standard Windows builds
3. correct an error in win32 builds
|
2014-08-07 22:07:24 +01:00 |
|
BrianGladman
|
71e68d9404
|
correct prebuild.bat (part of the Visual Studio buid process)
|
2014-08-04 22:26:50 +01:00 |
|
BrianGladman
|
35e343a0d8
|
Merge branch 'master' of ssh://github.com/BrianGladman/mpir
|
2014-07-31 16:08:18 +01:00 |
|
BrianGladman
|
258805ae05
|
minor update to the Windows Visual Studio build generator
|
2014-07-31 16:07:21 +01:00 |
|
BrianGladman
|
3fbaf86744
|
minor update to the Windows Visual Studio build generator
|
2014-07-31 08:51:31 +01:00 |
|
BrianGladman
|
263b6de8ed
|
add the define _GMP_IEEE_FLOATS and some missing DLL export declarations to gmp-impl.h
|
2014-07-22 17:47:00 +01:00 |
|
BrianGladman
|
35bee667c0
|
improvement to the Windows build generator
|
2014-07-17 17:36:51 +01:00 |
|
BrianGladman
|
9194070b24
|
remove faulty tuning files from the mpn\x86w assembler directories
|
2014-07-14 22:14:57 +01:00 |
|
William Hart
|
b6f8d4d052
|
Added note about XOP brokenness.
|
2014-06-29 21:18:40 +01:00 |
|
William Hart
|
b5f8c19e58
|
Remove a broken assert in the generic build.
|
2014-06-29 21:05:59 +01:00 |
|
BrianGladman
|
db2a18f0d2
|
update the Visual Studio builds for a file name change (mpn_mul_fft.c -> mul_fft.c)
|
2014-06-28 13:44:52 +01:00 |
|
BrianGladman
|
33a1c40cb4
|
revert last commit
|
2014-06-28 13:10:57 +01:00 |
|
BrianGladman
|
5eb52f8e73
|
match GMP and MPFR on negative values of magnitude less than one fitting unsigned integer types
|
2014-06-28 08:03:30 +01:00 |
|
William Hart
|
f996e6343f
|
Replace a gmp.h with mpir.h.
|
2014-06-26 14:33:32 +01:00 |
|
William Hart
|
636ce4f666
|
Fix some more compiler warnings.
|
2014-06-16 14:48:10 +01:00 |
|
William Hart
|
63e9ef9985
|
Wrong size format specifiers.
|
2014-06-16 14:42:24 +01:00 |
|
William Hart
|
b3eb8ae83c
|
Unused label.
|
2014-06-16 14:39:30 +01:00 |
|