gladman
|
fb616eed78
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
|
jasonmoxham
|
467c6db8d4
|
update makefiles and configuree for fft dir
|
2012-01-20 00:11:55 +00:00 |
|
gladman
|
503cf974a4
|
correct some build errors
|
2011-12-16 20:54:23 +00:00 |
|
gladman
|
338e5f2984
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
|
gladman
|
c7db99b2e7
|
change a local function name to avoid potential name conflicts; add copyright
|
2011-12-05 08:47:04 +00:00 |
|
jasonmoxham
|
e81bf4ac96
|
run in devel regen and setverion
|
2011-12-05 07:18:14 +00:00 |
|
jasonmoxham
|
97d24b5ad2
|
crlf removal
|
2011-12-05 07:07:44 +00:00 |
|
gladman
|
e09f65c42a
|
Update old Miller Rabin code and mark it obsolete
|
2011-12-04 21:56:25 +00:00 |
|
gladman
|
64a4bcb95f
|
1. revert mpz_nexxt_likely_prime to previous API
2. add miller_rabin.c implementing a thread safe version of Miller-Rabin
|
2011-12-04 18:43:13 +00:00 |
|
gladman
|
a8fc936b11
|
change nextprime.c to use new gmpz_next_likely_prime API
(we could remove mpz_nextprime or define it as an alias)
|
2011-11-23 15:13:56 +00:00 |
|
gladman
|
317f0a5965
|
bring new code in mpz.next_likely_prime into use and add a test
|
2011-11-23 12:51:46 +00:00 |
|
gladman
|
b3efc4e4dc
|
commit new GCD code to trunk
|
2011-10-14 11:22:46 +00:00 |
|
jasonmoxham
|
65b1ec121a
|
removed all use HAVE_HOST , except for timing on the powerpc
|
2011-09-12 01:23:43 +00:00 |
|
jasonmoxham
|
b503fcced2
|
remove pointless differences between old cpus ie k6's
|
2011-08-30 20:41:29 +00:00 |
|
jasonmoxham
|
ecc41bd176
|
Use new half and double code
|
2011-07-20 23:32:23 +00:00 |
|
jasonmoxham
|
6077fd9b98
|
CRLF to LF on all c files except in build.vc10 dir
|
2011-06-08 07:15:12 +00:00 |
|
gladman
|
e7d485a3ec
|
Correct functions returning mp_bitcnt_t type to return correct error return values on Windows x64.
|
2011-06-07 08:03:38 +00:00 |
|
jasonmoxham
|
c1358a2035
|
get spurious warning right
|
2011-05-08 22:25:35 +00:00 |
|
jasonmoxham
|
b4cc76e22e
|
remove win32 spurious warning
|
2011-05-08 20:51:35 +00:00 |
|
gladman
|
8623d25a7b
|
correct errors introduced when mp_bitcnt_t was added
|
2011-05-08 09:25:38 +00:00 |
|
gladman
|
e1d8bed478
|
correct incorrect parameter type for mpz_cdiv_q_2exp
|
2011-04-29 21:32:50 +00:00 |
|
gladman
|
de6e423978
|
|
2011-04-10 19:04:32 +00:00 |
|
jasonmoxham
|
1a97136413
|
add HAVE_STDINT_H guards for the include <stdint.h>
|
2011-03-30 18:15:31 +00:00 |
|
gladman
|
9abe9eded1
|
change mechanism for detecting stdint.h
|
2011-03-19 09:28:07 +00:00 |
|
gladman
|
2ca539ddff
|
correct errors in new (u)intmax functions and add two more tests
|
2011-03-15 10:39:14 +00:00 |
|
gladman
|
fb64ea348c
|
|
2011-03-14 17:55:58 +00:00 |
|
jasonmoxham
|
3193c450a0
|
change SIZEOF_UINTMAX to SIZEOF_UINTMAX_T
|
2011-03-14 17:07:36 +00:00 |
|
jasonmoxham
|
e1d4d228da
|
ran devel/regen to add new mpz functions to Makefile.am and run autoreconf
|
2011-03-14 16:37:23 +00:00 |
|
gladman
|
57ff0963b9
|
|
2011-03-14 15:51:54 +00:00 |
|
jasonmoxham
|
9ead216342
|
autoreconf -f with the latest autotools automake 1.11.1 autoconf 2.68 libtool 2.4
|
2011-03-05 16:47:46 +00:00 |
|
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 |
|