Commit Graph

1059 Commits

Author SHA1 Message Date
(no author)
76c82ec45e Moved LGPL and GPL v2/2.1 from COPYING and COPYING.LIB to separate files. 2010-02-05 22:30:08 +00:00
(no author)
5834b1ccee Added text of LGPL and GPL v3. 2010-02-05 22:26:59 +00:00
wbhart
1c2f0506f5 Fixed a bug in mpn_gcdext reported by Dan Grayson. 2010-01-30 22:27:37 +00:00
wbhart
afbd7305e1 Ran make dist. 2010-01-17 02:17:41 +00:00
wbhart
e10ed74a85 Make yasm recognise MPIR arguments. 2010-01-17 00:42:28 +00:00
wbhart
402f08051a Minor correction. 2010-01-16 23:52:29 +00:00
wbhart
3a4550aab7 Corrected reference. 2010-01-16 23:45:47 +00:00
wbhart
fb773f7028 Ran makeinfo. 2010-01-16 23:32:43 +00:00
wbhart
e9c22be890 Added missing reference. 2010-01-16 23:29:48 +00:00
wbhart
22f6642fdc Updated NEWS and Changelog for release. 2010-01-16 23:17:31 +00:00
wbhart
183443ab1e Added t-invert to tests/mpn. 2010-01-14 09:55:55 +00:00
wbhart
2b015fd750 Regenerated Makefile.in for tests/mpn. 2010-01-14 09:45:17 +00:00
wbhart
c9e454ea6e Gee, it's 2010 already. When did that happen!! 2010-01-13 20:12:11 +00:00
wbhart
859bf49e18 Fix limbp version numbers.
--This line, and those below, will be 
ignored--

M    Makefile.am
2010-01-13 19:28:20 +00:00
wbhart
b323616ee2 Corrected bug in Makefile.am
--This line, and those below, will be 
ignored--

M    Makefile.in
M    doc/stamp-vti
M    doc/version.texi
M    Makefile.am
2010-01-13 19:06:27 +00:00
wbhart
25981d85d1 Ran autoheader. 2010-01-13 18:49:58 +00:00
wbhart
2680513f57 Result of running aclocal, autoconf, automake.
--This line, and those 
below, will be ignored--

M    Makefile.in
M    yasm/configure
M    yasm/Makefile.in
M    yasm/config.h.in
M    yasm/aclocal.m4
M    configure
2010-01-13 18:48:25 +00:00
wbhart
3afed974d8 Oops. Added Gonzalo's copyright. 2010-01-13 18:10:38 +00:00
wbhart
366cf2ef2e Added new family 6, model 30 CPU. Patch due to Gonzalo Tornaria. 2010-01-13 18:10:08 +00:00
wbhart
497cb0b86b Attempt to run autoheader, autoconf, automake. 2010-01-11 00:07:22 +00:00
wbhart
c8d33128b5 Made a change to hopefully support unaligned memory allocation as requested by
Dan Grayson. Passes make check and try mpn_lshift.
2010-01-10 23:54:55 +00:00
gladman
54c4879de7 1 Add Windows extern inline define to mpir.h (but don't use it)
2. Improve Windows build scripts for file copying
2010-01-10 15:25:55 +00:00
gladman
aa88eb6145 Small improvements in Windows build projects 2010-01-09 23:40:31 +00:00
gladman
8490a2bc0c Update Windows build to cope with huge numbers 2010-01-08 19:12:52 +00:00
gladman
2e213d6f1e Add missed C file to Windows builds 2010-01-08 14:47:01 +00:00
gladman
35f861b2a5 Correct a typo in the win32 version of count_leading_zeroes 2010-01-07 09:10:11 +00:00
gladman
0ac38fd71c 1. repair Windows build script
2. Add tuning for nehalem on Windows
2010-01-06 15:07:32 +00:00
gladman
48edb06e9f 1. Set mp_size_t & mp_exp_t as signed 64-bit integers on Windows x64 2010-01-05 20:21:32 +00:00
gladman
6400809d87 1. Change Windows memory management to use alloca()
2. Update Windows intrinsics macros to avoid long / long long issues
2010-01-05 14:20:40 +00:00
wbhart
313eaf65c5 Turned negacyclic convolution back on after making it more efficient. 2010-01-04 15:55:45 +00:00
wbhart
911b66bbc3 * Merged the inner FFT and IFFT's in the truncate MFA code with the pointwise
mults for better cache locality.
* Cleaned up a few comments.
2010-01-03 20:34:33 +00:00
wbhart
0200f63f3b Added tuning params for K102. Added new fft code to main directory. 2010-01-01 14:06:41 +00:00
wbhart
c4e57480dc Made t-invert a bit more comprehensive. 2009-12-12 21:02:09 +00:00
wbhart
1bdc53317f Changed AUTHORS, NEWS and ChangeLog files for new release. 2009-12-12 19:31:34 +00:00
wbhart
47a2509990 Made likely_prime do 10 R tests and checked for not too many pseudoprimes in
test code.
2009-12-12 18:20:25 +00:00
wbhart
0783ca3a37 Updated the documentation, including references, contributors, removed an empty
section and put alignment details in the section on Custom Allocation.
2009-12-11 18:56:41 +00:00
gladman
73dccb229b correct bug I introduced into invert.c 2009-12-09 20:30:32 +00:00
gladman
aaf7949430 1. update run-test.py for Windows build
2. remove test code in invert.c in Windows build
2009-12-09 20:02:31 +00:00
wbhart
52a2c8b839 Added my copyright to the file mpn/generic/invert.c. 2009-12-09 18:56:38 +00:00
wbhart
7db71713ef Removed a mid block declaration. 2009-12-09 18:40:54 +00:00
gladman
8d7347c60c 1. Add mpn.invert test to Windows
2. remove test subroutine from mpn/invert.c
2009-12-09 09:06:31 +00:00
wbhart
ac377dc877 Added my copyright and a small change to a print statement (not the only
change I have made to the code - there were others previously, but I had 
forgotten to put my (C) on it).
2009-12-08 15:47:04 +00:00
wbhart
7e6bd6d865 Added Paul's copyright. 2009-12-08 15:43:58 +00:00
wbhart
8bbe321913 Added test code for mpn_invert (currently fails for unknown reasons). 2009-12-08 15:42:25 +00:00
gladman
a57c6a2279 add missing line to sqrt in likely_prime_p.c 2009-12-08 09:18:18 +00:00
wbhart
4572b3b9d5 Added test for exact square roots, 2009-12-08 01:59:11 +00:00
wbhart
c3cf3b5716 Added a test for the sqrt code and made them work all the way up to 2009-12-08 01:54:07 +00:00
gladman
4671fbc394 remove bug I added to t-mpz_likely_prime_p.c 2009-12-07 23:36:06 +00:00
gladman
a2d93b2a8d Adjust likely_prime test for Windows 2009-12-07 22:48:54 +00:00
wbhart
c54212b43b Corrected one of the constants I maladjusted. 2009-12-07 22:08:37 +00:00