Commit Graph

725 Commits

Author SHA1 Message Date
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
gladman
d741bfb59f 2009-07-31 19:18:33 +00:00
gladman
b1bc208b96 add missing test project files 2009-07-31 17:44:54 +00:00
jasonmoxham
a7afe5bc4e t-mulmid mingw32 update 2009-07-31 15:20:05 +00:00
jasonmoxham
cd45093d07 yasm/config/config.sub fix , line 1076 , Make sure to match an already-canonicalized machine name. add *-pc to *-unknown | *-pc) 2009-07-31 11:59:17 +00:00
jasonmoxham
8d71b8b7e7 replace with yasm svn 2227 , delete yasm .svn stuff , run yasm's autogen , replace symbolic links in config directory with real files , run yasm's ./configure && make && make check && make distclean (this does add a few files we need ) , rm autom4te.cache , add to svn 2009-07-31 11:57:37 +00:00
jasonmoxham
29c6a705a6 delete old yasm 2009-07-31 11:41:04 +00:00
jasonmoxham
2cc0cfcde9 Update make check to test static versions , when we build both , of popham and fat 2009-07-30 21:21:03 +00:00
jasonmoxham
07b64f72a2 fix trac ticket 146 , ie clean up after a fat build 2009-07-29 15:10:46 +00:00
jasonmoxham
e70e8fdad3 cast pointer fix trac issue 33 2009-07-29 00:18:43 +00:00
jasonmoxham
2d432f5271 update manual to reflect make install-gmpcompat not needed 2009-07-28 21:30:29 +00:00
gladman
40d6c79399 2009-07-28 16:29:28 +00:00
gladman
558c10cba3 Correct Windows assembler for lshift2.asm in x86_64w\amd64 2009-07-28 15:25:44 +00:00
gladman
0eaa19d002 Add new assembler files - new (l/r)shift2 on k8, modified (l/r)shift on Core2 - and sb_divappr_q.c to the Windows build 2009-07-28 15:00:00 +00:00
jasonmoxham
ff696385d9 remove install-gmpcompat option from makefile 2009-07-28 00:18:43 +00:00
jasonmoxham
238d50047d fix BSD install problem with gmp-compat and cxx , and remove need for make install-gmpcompat , i thinkl 2009-07-27 23:21:31 +00:00
jasonmoxham
531dcdb0ba recognize bsd cpuid report of amd64 as a x86_64 2009-07-27 22:39:10 +00:00
gladman
c56cad1cd0 Update Windows build for 32-bit versions 2009-07-27 20:46:28 +00:00
wbhart
49985c7a4e Added sb_divappr_q to Makefile and configure and made it compile. 2009-07-27 12:43:03 +00:00
wbhart
5569df8bee First very basic attempt at sb_divappr_q. Probably doesn't even compile yet. 2009-07-27 12:07:50 +00:00
gladman
d16e9e3e9b Update Windows build for recent added and deleted C source code files (assembler not done yet) 2009-07-26 18:06:59 +00:00
gladman
f2399cc34f remove C99 stuff 2009-07-26 16:42:36 +00:00
wbhart
0d1b3c9bc5 Moved some declarations to the beginning of a block. 2009-07-26 03:03:40 +00:00
wbhart
c64928eb3c Moved some declarations to the beginning of a block. 2009-07-26 02:59:52 +00:00
wbhart
40507180d2 Removed unused gcd files. 2009-07-26 02:48:43 +00:00