Commit Graph

132 Commits

Author SHA1 Message Date
jasonmoxham
cd09dcf7c0 autotools 2011-02-23 08:34:08 +00:00
jasonmoxham
0f87f64b65 update version numbers to 2.3.0-RC1 2011-02-23 00:00:48 +00:00
jasonmoxham
20f7bf9b20 remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
jasonmoxham
96a63b3fea devel/regen script to fill in Makefile.am's for mpz mpf mpq printf scanf 2010-12-23 07:49:00 +00:00
gladman
a7ea5bf817 Minor typos in source code 2010-12-17 20:15:59 +00:00
gladman
cb699bb042 typo in source code 2010-12-17 19:55:56 +00:00
jasonmoxham
c23be9f56f changed order of params for redc_1 for all the C code , just asm and try.c to do 2010-12-16 04:54:51 +00:00
jasonmoxham
e34cec1068 change name of redc_basecase to redc_1 and export 2010-12-16 02:32:35 +00:00
jasonmoxham
a5859040cf new generic function mpn_not 2010-07-22 19:41:30 +00:00
jasonmoxham
db79b8b6a1 autoreconf 2010-07-22 16:02:34 +00:00
jasonmoxham
9d1c76e8f0 autotools 2010-07-21 18:22:11 +00:00
jasonmoxham
7894beb1eb add in dummy function to temp workaround newer autotools 2010-07-21 18:18:57 +00:00
jasonmoxham
bdeda038a7 autotools 2010-07-16 14:52:26 +00:00
jasonmoxham
ce00ee55ee trac ticket 295 , removed file and function mpn_ngcd 2010-07-16 14:41:05 +00:00
jasonmoxham
05412d2802 remove cray and vax arch's 2010-07-03 16:06:14 +00:00
jasonmoxham
47590785dc remove pre-build file mpz_fac_ui.h 2010-07-02 13:30:43 +00:00
jasonmoxham
4411ec9c2c revert rev 3035 changes 2010-06-26 07:45:11 +00:00
jasonmoxham
5f8377b79f remove dumbmp.c and pre-build gen-* and just include the files they generated 2010-06-26 05:25:55 +00:00
jasonmoxham
0b262a4cfc remove demos directory from library 2010-06-25 10:32:08 +00:00
jasonmoxham
f678e5b412 autotools 2010-06-25 09:11:53 +00:00
mvngu
1d1de77a8d changes in Makefiles and configure scripts after running setversion for mpir-2.1.0-rc1 2010-05-26 03:43:56 +00:00
jasonmoxham
a30c5e78d9 change all mpn_sqr_n to mpn_sqr 2010-05-22 22:21:47 +00:00
jasonmoxham
27b4b1b82f set default flags for gcc to -O2 on itanium as gcc-4.5.0 barfs on -O3 2010-05-21 16:55:42 +00:00
wbhart
5184cd9331 Ran autoconf, etc. 2010-05-04 00:18:40 +00:00
(no author)
a5913aa247 add gpl/lgpl legal text to make dist 2010-04-07 18:55:56 +00:00
(no author)
6217b581e1 Replaced some gmp.h's with mpir.h's. 2010-04-07 05:39:02 +00:00
(no author)
15880ad0db Added actual reference to book or Schoenage et. al. 2010-04-04 20:17:21 +00:00
(no author)
70ad1f12b7 Added note that the factorial computation uses an algorithm of
Schoenhage.
2010-04-04 20:12:27 +00:00
(no author)
f71d248c8e Added mpz_nthroot back in with tests code and correctly added inits and
clears to the library.
2010-04-04 18:18:25 +00:00
(no author)
b68b4e3af9 Added mpz_inits/clears to the linux build and docs. 2010-04-04 17:44:45 +00:00
(no author)
d4634d0558 Updated library and version numbers. 2010-04-02 02:03:32 +00:00
(no author)
947c002017 Added some further default cutoffs and fixed a bug in mpz/mul.c. 2010-03-23 15:25:04 +00:00
(no author)
42fd76f10d mpz_probable_prime_p update 2010-03-19 13:57:34 +00:00
(no author)
5b91e6fe9d add divrem_2 to the fat structure 2010-03-18 15:27:42 +00:00
(no author)
c2d5d9d012 correct mpz_probable_prime bug , never tested last condition 2010-03-15 20:42:46 +00:00
(no author)
3b1bf832b5 up the trial div limit in mpz_probable_prime 2010-03-15 20:11:26 +00:00
(no author)
a7ba7a434c corrected bug in mpz_probable_prime_p , forgot to reset t 2010-03-15 16:36:04 +00:00
(no author)
4ad343f4f3 Removed sb_divrem_mn 2010-03-14 16:02:32 +00:00
(no author)
23404d7ee5 remove mpirbench from tarball trac ticket 275 2010-03-13 11:40:20 +00:00
(no author)
774f47e08f Added GMP mpz_divexact code to MPIR. 2010-03-04 17:12:43 +00:00
(no author)
fea5f0c849 Added a missing mpir.h and some proxy tuning values for core2/penryn
toom8 squaring.
2010-02-18 13:46:24 +00:00
(no author)
72e919f686 Improve correction in rootrem.c 2010-02-16 12:01:37 +00:00
(no author)
fcd1d8135f correct bug in rootrem.c 2010-02-16 10:49:25 +00:00
(no author)
7ae0cb1c5d Ran automake. 2010-02-13 23:01:32 +00:00
(no author)
785370139a Removed mpz_nthroot. 2010-02-13 23:00:48 +00:00
(no author)
7cd551380c Fixed a missing mpir.h. 2010-02-13 22:03:11 +00:00
(no author)
7370cd6bd5 Added GMP mpz root code. 2010-02-13 21:52:09 +00:00
(no author)
a3a7fe1244 Add clears and inits functions for mpf, mpq and mpz types 2010-02-11 15:54:59 +00:00
(no author)
bacbb41a6b 1. Add missed mp_bitcnt_t changes
2. Update Windows builds (exclude pre_divrem.c now in assembler)
2010-02-08 18:12:26 +00:00
(no author)
88c8b3e0f3 Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00