Commit Graph

799 Commits

Author SHA1 Message Date
jasonmoxham
09023bc4e3 remove suprious error message from make clean windows batch buil 2009-08-19 12:41:13 +00:00
jasonmoxham
ce5930a520 python script to run tests option for no enter 2009-08-19 12:11:54 +00:00
jasonmoxham
4fa3b342fe windows batch build clean up make help 2009-08-19 09:31:19 +00:00
jasonmoxham
303f9fb219 New K8/K10 asm function mpn_sub_err1_n 2009-08-18 22:36:21 +00:00
jasonmoxham
392ea17854 New K8/K10 asm function add_err1 2009-08-18 15:37:23 +00:00
jasonmoxham
e41d88ef15 add mpn_add_err1_n to speed 2009-08-18 12:40:44 +00:00
gladman
5d6ccbbd5a add mpz_nextprobprime.c to WIndows builds 2009-08-18 11:13:37 +00:00
jasonmoxham
a6fde04b58 Obsoleted mpz_probab_prime_p 2009-08-17 11:53:22 +00:00
jasonmoxham
d8fdd6ef28 replacement function mpz_next_probable_prime 2009-08-17 09:03:35 +00:00
jasonmoxham
10770f9142 Obsoleting mpz_nextprime 2009-08-17 08:40:14 +00:00
jasonmoxham
875aba0b1c New K8 32bit asm function mul_basecase 2009-08-16 21:05:35 +00:00
jasonmoxham
10e327969f New K8 32bit add/submul_1 2009-08-15 13:04:23 +00:00
jasonmoxham
766e2dca5c New path for K8/K10 in 32bit mode 2009-08-15 12:55:32 +00:00
gladman
3ed34f9130 Correct latest Windows assembler for mpn_copyi 2009-08-14 21:35:55 +00:00
gladman
ec50e0d847 Add new Core2 assembler to Windows build 2009-08-14 21:07:18 +00:00
jasonmoxham
4f9d128e34 New asm functions mpn_copyi for core2/penryn 2009-08-14 09:03:07 +00:00
jasonmoxham
a69bf92c40 New asm function nehalem mpn_store 2009-08-13 09:57:49 +00:00
jasonmoxham
59b98ca38f New core2/penryn mpn_store 2009-08-13 08:59:39 +00:00
jasonmoxham
f405d0fe68 remove ansitoknr stuff 2009-08-13 03:07:39 +00:00
jasonmoxham
a09951cc1d remove mpbsd from docs 2009-08-12 19:07:05 +00:00
jasonmoxham
5494e58b76 remove all referances to mpbsd 2009-08-12 18:40:03 +00:00
gladman
2ea90ef3e1 Update Windows builds for latest changes 2009-08-12 09:31:38 +00:00
jasonmoxham
eba14d65ba have-native only bits 2009-08-12 06:13:55 +00:00
jasonmoxham
92e3be8892 autoreconf 2009-08-12 06:04:40 +00:00
jasonmoxham
1a7781ade8 New K8 asm function mpn_lshiftc 2009-08-12 03:13:11 +00:00
jasonmoxham
02c48d21e9 doc update 2009-08-11 23:35:25 +00:00
jasonmoxham
21c652d442 remove some referances to the old functions 2009-08-11 23:09:56 +00:00
jasonmoxham
c81442422a remove gmp ver 1 src compatatible defines 2009-08-11 22:39:32 +00:00
jasonmoxham
e013b89256 delete obsolete fn gmp_randinit and all referances to it 2009-08-11 22:34:51 +00:00
jasonmoxham
1e8dfa942a removed obsolete fns mpn_divrem mpn_divmod and all referances to them 2009-08-11 22:11:33 +00:00
jasonmoxham
7a8390114c remove obsolete fns mpz_random mpz_random2 and all references to them 2009-08-11 20:52:44 +00:00
gladman
b79af9dbaf Move latest rshift assembler code for k8 to Windows AMD64 2009-08-11 11:10:26 +00:00
jasonmoxham
942d2666ca Tweek K8 mpn_rshift 2009-08-11 02:27:30 +00:00
gladman
27b3a6de72 Add mpn_add_nc and mpn_sub_nc to the Windows Core2 assembler 2009-08-10 16:47:45 +00:00
gladman
22998b1140 Bring Windows build up to date 2009-08-10 14:50:25 +00:00
jasonmoxham
f1306ce51e delete old functions from manual 2009-08-10 13:57:50 +00:00
jasonmoxham
5f19a7f27f mpn benchmark 2009-08-09 04:08:41 +00:00
jasonmoxham
e4f71cac75 mpz_fac include path when tuning 2009-08-09 04:06:25 +00:00
jasonmoxham
ac986071e7 fix cxx mpf_eq tests 2009-08-08 15:52:24 +00:00
jasonmoxham
bd6ab0e972 New generic mpn_mulmod_2expm1 and tests and tuning thresholds 2009-08-07 03:47:42 +00:00
jasonmoxham
7e2c3356f5 New generic mpn_mulmod_2expp1 and tests 2009-08-06 22:20:09 +00:00
jasonmoxham
6668b221cb Add Robert Gerbicz mpz factorial code + tuning threshold 2009-08-03 23:09:30 +00:00
jasonmoxham
497662212c mpf_eq tests 2009-08-03 14:49:22 +00:00
jasonmoxham
db6b81922d New generic function mpn_neg_n and tests 2009-08-03 01:59:50 +00:00
jasonmoxham
7a33cd5980 fix trac 225 mpf_eq is broken 2009-08-02 22:12:27 +00:00
jasonmoxham
a27c2925ff when building both static and shared librarys , we can make "try" and "static_try" 2009-08-02 14:43:19 +00:00
jasonmoxham
a4b8a4add1 script for setting version numbers etc , trac ticket 174 2009-08-02 14:00:56 +00:00
jasonmoxham
fb1e89f96f fixed trac 176 version number have 3 parts 2009-08-02 01:54:38 +00:00
jasonmoxham
c7c3bc33cf fix trac 234 2009-08-02 01:22:30 +00:00
gladman
4a19466042 Take out old (obsolete) copy operation in MPIR tests on Windows 2009-07-31 21:09:12 +00:00