Commit Graph

1138 Commits

Author SHA1 Message Date
wbhart
be0a749738 Oops, wrong author added to license info. 2009-10-19 05:59:49 +00:00
wbhart
a220f29254 More updates to license info for mpz functions. 2009-10-19 05:56:13 +00:00
wbhart
2cdbe0e56a Updated copyright info for mpz_tdiv_q. 2009-10-19 05:51:58 +00:00
wbhart
ecdbd4a162 Added copyright info to GCD and XGCD code. 2009-10-19 05:49:29 +00:00
wbhart
d542a2ba3e Updated ChangeLog and AUTHORS files. 2009-10-19 05:35:18 +00:00
wbhart
3f277c8221 Added NEWS for release and committed changes made by make dist. 2009-10-19 05:17:15 +00:00
jasonmoxham
c6af9fbfc2 some more masm? movq/movd mixups 2009-10-16 00:45:14 +00:00
jasonmoxham
4ba747128d change movq to movd for old masm assembler 2009-10-15 18:21:27 +00:00
jasonmoxham
be135c7347 change asm #comment to C comment 2009-10-15 18:13:19 +00:00
gladman
0965fc4532 update VC++ readme.txt and Core2 tuning 2009-10-15 16:24:35 +00:00
wbhart
9c30897cf2 Added some incomplete info to AUTHORS. 2009-10-15 04:26:26 +00:00
wbhart
19c4d52566 Fixed a carry bug in mpn_tdiv_q and added the failing cases to tests/mpz/t-tdiv.c. 2009-10-13 04:52:00 +00:00
jasonmoxham
51132cb0e3 put more realistic trial division limit in next_likely_prime 2009-10-12 13:10:09 +00:00
wbhart
07bbd31e1d Fixed more bugs in sb_divappr_q. 2009-10-12 02:05:16 +00:00
jasonmoxham
d0067e2f3b fix broken sparc32/v9 add/sub code 2009-10-11 16:32:54 +00:00
wbhart
380b80372a Fixed some bugs in mpn_tdiv_q and added a try test for mpn_tdiv_q. 2009-10-11 06:46:10 +00:00
gladman
96d3064d2b fix minor pre-build warning on Windows. 2009-10-10 11:08:31 +00:00
jasonmoxham
6edccbf39a adjust sparc32/v9=t2,ABI=32 params for mulhigh 2009-10-09 20:25:51 +00:00
gladman
a57dd2d833 correct windows build error in a DLL build 2009-10-09 13:21:27 +00:00
wbhart
0f39b0f20c Clarified some comments. 2009-10-09 04:17:32 +00:00
wbhart
5e38fe6d8b Added some rough justifications for doing what we do in sb_divappr_q. 2009-10-09 03:48:31 +00:00
jasonmoxham
5ee77a7b54 more error checking in windows build script 2009-10-09 02:17:18 +00:00
jasonmoxham
ce832e54a5 varro powerpc64/mode64 64bit params 2009-10-09 01:27:36 +00:00
jasonmoxham
b8c10614e7 ia64 params 2009-10-09 00:33:52 +00:00
jasonmoxham
45ec139248 pentium4 32bit params 2009-10-09 00:33:19 +00:00
jasonmoxham
b49482cf47 core2 32bit params 2009-10-09 00:10:27 +00:00
jasonmoxham
c9f16233b8 add back in old fft tuning values , better than nothing 2009-10-08 22:50:40 +00:00
jasonmoxham
297e277fe6 add mising fat entry for 32bit nano 2009-10-08 22:39:37 +00:00
jasonmoxham
518226d914 atom params 2009-10-08 22:06:01 +00:00
jasonmoxham
2488ed55e8 k7 params 2009-10-08 22:04:10 +00:00
jasonmoxham
93688a18b6 k10 params 2009-10-08 18:01:18 +00:00
jasonmoxham
1a7c40bb2b k8 32bit params 2009-10-08 17:52:27 +00:00
jasonmoxham
265bd0a989 sparc64 params's 2009-10-08 17:49:13 +00:00
jasonmoxham
f09d7f9df1 sparc 32 bit param 2009-10-08 17:05:41 +00:00
jasonmoxham
71e1da2bba whoops , restore mpir.info 2009-10-08 15:52:57 +00:00
jasonmoxham
2f138f7a16 core2 params 2009-10-08 15:48:27 +00:00
jasonmoxham
e49eccab57 k8 params 2009-10-08 15:30:59 +00:00
jasonmoxham
4053a62930 k102 params 2009-10-08 15:28:51 +00:00
wbhart
8258200ecb Fixed a major bug in mpn_tdiv_q and extended some tests to run longer. 2009-10-08 11:54:06 +00:00
wbhart
a4d22db74e Extended the mpz/t-tdiv test and fixed a bug in mpn_tdiv_q. 2009-10-08 02:54:11 +00:00
jasonmoxham
4e5a19e766 set proper soname and number 2009-10-07 21:35:27 +00:00
jasonmoxham
9fb5a0cb90 nehalem 32bit params 2009-10-07 12:21:08 +00:00
jasonmoxham
2821267426 nehalem 64 params 2009-10-07 12:00:35 +00:00
wbhart
c852d31670 Added prototypes for mpn_tdiv_q. 2009-10-07 10:25:23 +00:00
wbhart
6d16ef649e Fixed unusual bug in sb_divappr_q (I think). 2009-10-07 09:58:10 +00:00
gladman
21ef5e546b 2009-10-07 09:22:13 +00:00
gladman
448c60fd77 Add latest division code to the Windows builds 2009-10-07 09:21:06 +00:00
wbhart
321e816c50 Fixed some bugs in the test code. 2009-10-07 05:57:09 +00:00
wbhart
938a8de8ed Added fast mpn_tdiv_q and test code and used it in mpz_tdiv_q. 2009-10-07 05:27:59 +00:00
wbhart
1480bbb493 Added autoconf stuff for mpn_tdiv_q. 2009-10-06 06:24:03 +00:00