Commit Graph

293 Commits

Author SHA1 Message Date
jasonmoxham
ee65be6678 bug correction to mpn_divexact 2010-09-04 16:26:28 +00:00
jasonmoxham
d28a8c4657 change file names in mpn jacbase perfsqr divis to match the function names , split out mpn/dc_div_qr_n from mpn/dc_div_qr and same for bdiv version 2010-08-13 19:30:08 +00:00
jasonmoxham
42eb646f27 replace pre_divrem_1.* with preinv_divrem_1.* 2010-08-13 14:28:46 +00:00
jasonmoxham
7a678e4d9d replace pre_mod_1.* with preinv_mod_1.* 2010-08-13 14:21:10 +00:00
jasonmoxham
4a8f88119c replace mode1o.* with modexact_1c_odd.* 2010-08-13 14:09:23 +00:00
jasonmoxham
2708d3f949 replace divebyfobm1.* with divexact_byfobm1.* and rename consistently 2010-08-13 13:53:34 +00:00
jasonmoxham
411107f047 replace divebyff.* with divexact_byff.* 2010-08-13 13:23:52 +00:00
jasonmoxham
ff3a95453c replace diveby3.* with divexact_by3c.* 2010-08-13 13:18:45 +00:00
jasonmoxham
5dad96491b change dive_1.* to divexact_1.* 2010-08-13 12:54:25 +00:00
jasonmoxham
a5859040cf new generic function mpn_not 2010-07-22 19:41:30 +00:00
jasonmoxham
95d55c6d2e remove pre-build file gen-psqr.c dumbmp.c perfsqr.h 2010-07-21 18:46:02 +00:00
jasonmoxham
ce00ee55ee trac ticket 295 , removed file and function mpn_ngcd 2010-07-16 14:41:05 +00:00
gladman
eff43d4ee1 Another try at an improved Windows build for Visual Studio 2010 2010-07-12 15:53:49 +00:00
gladman
5e84bd2bc6 Serious reversion to cancel last 24 hours work as all win32 builds failed 2010-07-11 16:19:39 +00:00
gladman
35b3ea7108 Further simplification of Windows builds 2010-07-10 11:26:54 +00:00
gladman
3d80645be9 1. Change symbol mpn_divexact_bybM1of to mpn_divexact_fobm1 in *.c, *.h, *.in and config.* files
2. Change filenames divebybm1of.<c|asm|as> to divebyfobm1.<c|asm|as>
3. Change filename t-divebybm1of.c to t-divebyfobm1.c 
4. Update Windows builds accordingly
2010-07-09 11:56:57 +00:00
gladman
02884d66ce move fib_table.c and mp_bases.c into mpn\generic and add them to Windows builds 2010-07-08 21:18:03 +00:00
jasonmoxham
05412d2802 remove cray and vax arch's 2010-07-03 16:06:14 +00:00
jasonmoxham
35bc55a107 remove all refs to the old gcd,gcdext,find_a etc 2010-06-28 10:36:46 +00:00
wbhart
67f4b56c1b Fixed an issue with divexact.c. 2010-06-01 00:43:28 +00:00
wbhart
fe046df7fa Fixed the same bug in dc_divappr_q.c 2010-05-31 22:54:02 +00:00
wbhart
819ce0a64c Fixed a missing case in inv_divappr_q.c 2010-05-31 22:48:39 +00:00
jasonmoxham
aea722b31f threshold fix for toom8h unequall sizes 2010-05-26 16:46:27 +00:00
gladman
8eb1e3d9df minor tweak to logops_n.c 2010-05-25 22:36:26 +00:00
gladman
f72dba4773 Remove need for logops.c on Windows 2010-05-25 18:53:54 +00:00
gladman
655219cc77 1. Correct Windows build error for logical operations (VS 2008 and VS 2010)
2. Correct Windows file exclusion errors (VS 2010)
2010-05-25 10:19:56 +00:00
jasonmoxham
a30c5e78d9 change all mpn_sqr_n to mpn_sqr 2010-05-22 22:21:47 +00:00
jasonmoxham
742bbe37d1 copyi,copyd now alway availible 2010-05-22 02:58:01 +00:00
gladman
760cb918de 1. Add mpn_copyi and mpn_copyd source code files in the mpn\generic directory
2. add these to the generic C Windows builds
2010-05-20 08:52:52 +00:00
wbhart
0291aa8fa5 Fixed the gcd tuning code and added core2/penryn tuning. 2010-05-11 23:27:43 +00:00
wbhart
236fcac5c7 Fixed the xgcd normalisation issue and redid the tuning code for gcd and
xgcd.
2010-05-11 18:37:34 +00:00
wbhart
c5dd5f1014 Fixed a missing mpir.h. 2010-05-10 01:16:56 +00:00
wbhart
9925a88b1c Added mpn_zero C file. 2010-05-03 23:57:28 +00:00
wbhart
1516ccfbf2 Added copyright to file. 2010-04-22 10:06:05 +00:00
wbhart
2eace82117 Fixed an overrun in divexact.c. 2010-04-21 22:11:53 +00:00
(no author)
ab8f3c7ff5 Went back to new toom4_mul_n.c. 2010-03-23 15:25:48 +00:00
(no author)
f4f8dea3a4 Reverted some changes to the toom4 interpolation. 2010-03-23 14:12:58 +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)
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