Commit Graph

1303 Commits

Author SHA1 Message Date
(no author)
f4f8dea3a4 Reverted some changes to the toom4 interpolation. 2010-03-23 14:12:58 +00:00
(no author)
4773e23a30 set TOOM8 square minimum size in gmp-impl.h to 58 2010-03-20 09:40:06 +00:00
(no author)
456f7aebc6 add -fpic to itanium icc build 2010-03-19 21:42:56 +00:00
(no author)
a900b41016 ia64 addmul_4 adjustments for icc 2010-03-19 16:57:04 +00:00
(no author)
42fd76f10d mpz_probable_prime_p update 2010-03-19 13:57:34 +00:00
(no author)
dca2902be2 further minor change to Windows build 2010-03-19 07:33:53 +00:00
(no author)
eecf1f1996 asm ia64 logic functions 2010-03-18 19:11:25 +00:00
(no author)
ae3a7434f3 correct minor Windows build configuration issue 2010-03-18 18:14:29 +00:00
(no author)
5b91e6fe9d add divrem_2 to the fat structure 2010-03-18 15:27:42 +00:00
(no author)
351b6a4610 New asm ia64 mul_2 addmul_4 2010-03-18 13:48:46 +00:00
(no author)
fc4b189fc2 Removed a rubbish assert. 2010-03-18 00:27:09 +00:00
(no author)
a5d63349f9 Fixed some bugs in the division code. 2010-03-17 04:04:34 +00:00
(no author)
aa891e2415 More test code fiddling and asserts. 2010-03-16 19:28:45 +00:00
(no author)
dcaadc8e71 Corrected some asserts. 2010-03-16 17:41:34 +00:00
(no author)
63070c0873 Another small change to asymptotically fast division code. 2010-03-16 17:39:00 +00:00
(no author)
5dc6808298 Another change to asymptotically fast code.
--This line, and those below, 
will be ignored--

M    mpn/generic/inv_div_qr_n.c
2010-03-16 17:24:58 +00:00
(no author)
cc9cb37a75 changed order of the tuning params for mullow,high,mulmod so that they are after fft tuning 2010-03-16 17:17:12 +00:00
(no author)
0a0592a24e Made a small change to inv_divappr_q_n. 2010-03-16 17:14:54 +00:00
(no author)
5fa31aaae8 Another assert. 2010-03-16 17:02:40 +00:00
(no author)
6b3a336b42 Another assert. 2010-03-16 16:54:26 +00:00
(no author)
f80da884a5 More asserts. 2010-03-16 16:45:54 +00:00
(no author)
832afba70a More ASSERT_NOCARRYs. 2010-03-16 16:38:13 +00:00
(no author)
3b07a9c458 More ASSERT_NOCARRYs. 2010-03-16 16:26:37 +00:00
(no author)
20a97bc590 Added some checks for nocarry. 2010-03-16 16:15:40 +00:00
(no author)
91751025d4 Fixed some broken asserts and test code. 2010-03-16 16:05:48 +00:00
(no author)
fb11cdf6bd Fixed some test code so that asserts wouldn't fail. 2010-03-16 13:58:06 +00:00
(no author)
1760e9e242 Fixed some bugs in the division code. 2010-03-16 02:03:45 +00:00
(no author)
c2d5d9d012 correct mpz_probable_prime bug , never tested last condition 2010-03-15 20:42:46 +00:00
(no author)
3b1bf832b5 up the trial div limit in mpz_probable_prime 2010-03-15 20:11:26 +00:00
(no author)
e00055a3e1 Correct Windows build of tune 2010-03-15 18:38:52 +00:00
(no author)
a7ba7a434c corrected bug in mpz_probable_prime_p , forgot to reset t 2010-03-15 16:36:04 +00:00
(no author)
e90387e7d0 replace troublesome TMP_SALLOC_LIMBS uses with TMP_ALLOC_LIMBS 2010-03-15 16:30:19 +00:00
(no author)
121e278bf2 correct bugs in building tune on Windows 2010-03-15 15:01:13 +00:00
(no author)
8f22d76682 Update tune build on Windows 2010-03-15 13:03:08 +00:00
(no author)
c7636dc910 update benchmpn 2010-03-15 11:14:17 +00:00
(no author)
0864a3b0f1 update benchmpn 2010-03-15 10:54:53 +00:00
(no author)
4f19244f53 Add latest changes to the Windows builds 2010-03-15 09:03:05 +00:00
(no author)
573da28dd9 Tuning for ia64. 2010-03-14 23:05:21 +00:00
(no author)
96c9f0ead2 Some commits appear to have been missed. 2010-03-14 22:42:55 +00:00
(no author)
e7143e6ef3 Removed old sb_divrem_mn and added copyright to sb files I've touched. 2010-03-14 19:29:08 +00:00
(no author)
c5ce40f051 Tuning for K10 and fixed a tuning bug. 2010-03-14 19:24:27 +00:00
(no author)
5bef504b53 Rearrange tuning code and retune for core2/penryn. 2010-03-14 18:50:31 +00:00
(no author)
8927647c11 Remove dc_divrem_n. 2010-03-14 16:14:21 +00:00
(no author)
4ad343f4f3 Removed sb_divrem_mn 2010-03-14 16:02:32 +00:00
(no author)
096e35260d Temporarily switched to sb_div_qr so that sb_divrem_mn can be removed. 2010-03-14 15:44:06 +00:00
(no author)
36ca8eb0a9 Removed toom7 code. 2010-03-14 14:16:35 +00:00
(no author)
33cd4d77fa Lowered the iterations on two well tested functions. 2010-03-14 13:46:49 +00:00
(no author)
2e7f1349e4 Better tuning values and commit a modified file. 2010-03-14 02:13:05 +00:00
(no author)
a504019ac0 Slight speedup of toom4 code. 2010-03-14 02:01:52 +00:00
(no author)
f2beb7ece2 Made some improvements to the arithmetic in toom4. 2010-03-14 01:17:02 +00:00