Commit Graph

181 Commits

Author SHA1 Message Date
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
2708d3f949 replace divebyfobm1.* with divexact_byfobm1.* and rename consistently 2010-08-13 13:53:34 +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
db79b8b6a1 autoreconf 2010-07-22 16:02:34 +00:00
jasonmoxham
e6de84636e cleanup 2010-07-21 23:42:47 +00:00
jasonmoxham
bcc62552c6 remove configure tests for header files invent.h sys/attributes.h sys/iograph.h sys/syssgi.h as they are only needed for IRIX 2010-07-21 23:03:45 +00:00
jasonmoxham
9d1c76e8f0 autotools 2010-07-21 18:22:11 +00:00
jasonmoxham
7894beb1eb add in dummy function to temp workaround newer autotools 2010-07-21 18:18:57 +00:00
jasonmoxham
bdeda038a7 autotools 2010-07-16 14:52:26 +00:00
jasonmoxham
ce00ee55ee trac ticket 295 , removed file and function mpn_ngcd 2010-07-16 14:41:05 +00:00
gladman
700ead092c Change "Bm1of" to "fobm1" in text files (hopefully fairly safe) 2010-07-09 15:09:09 +00:00
gladman
e3329a3beb Minor correction to function renaming changes 2010-07-09 12:48:04 +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
jasonmoxham
05412d2802 remove cray and vax arch's 2010-07-03 16:06:14 +00:00
jasonmoxham
47590785dc remove pre-build file mpz_fac_ui.h 2010-07-02 13:30:43 +00:00
jasonmoxham
dcf1dd778a remove pw32 djgpp os2 unicos osf tru64 operating system support 2010-06-30 12:36:03 +00:00
jasonmoxham
35bc55a107 remove all refs to the old gcd,gcdext,find_a etc 2010-06-28 10:36:46 +00:00
jasonmoxham
0b262a4cfc remove demos directory from library 2010-06-25 10:32:08 +00:00
jasonmoxham
f678e5b412 autotools 2010-06-25 09:11:53 +00:00
mvngu
1d1de77a8d changes in Makefiles and configure scripts after running setversion for mpir-2.1.0-rc1 2010-05-26 03:43:56 +00:00
jasonmoxham
a30c5e78d9 change all mpn_sqr_n to mpn_sqr 2010-05-22 22:21:47 +00:00
jasonmoxham
27b4b1b82f set default flags for gcc to -O2 on itanium as gcc-4.5.0 barfs on -O3 2010-05-21 16:55:42 +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
5184cd9331 Ran autoconf, etc. 2010-05-04 00:18:40 +00:00
(no author)
a5913aa247 add gpl/lgpl legal text to make dist 2010-04-07 18:55:56 +00:00
(no author)
d4634d0558 Updated library and version numbers. 2010-04-02 02:03:32 +00:00
(no author)
5b91e6fe9d add divrem_2 to the fat structure 2010-03-18 15:27:42 +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)
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)
96c9f0ead2 Some commits appear to have been missed. 2010-03-14 22:42:55 +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)
36ca8eb0a9 Removed toom7 code. 2010-03-14 14:16:35 +00:00
(no author)
23404d7ee5 remove mpirbench from tarball trac ticket 275 2010-03-13 11:40:20 +00:00
(no author)
393805c3bb Made some corrections to the tuning code. 2010-03-07 02:50:41 +00:00
(no author)
c7bd66e7a4 Finished tuning code for dc_bdiv fns and tuned for K102. 2010-03-03 00:30:14 +00:00
(no author)
80f6015f3c Partly fixed tuning code for dc_bdiv fns. 2010-03-03 00:15:20 +00:00
(no author)
569ca418b1 Added tuning code for dc_bdiv functions. 2010-03-03 00:03:03 +00:00
(no author)
0bb612fbfd Added set_strp.c to Makefile and ran automake. 2010-02-26 12:15:40 +00:00
(no author)
47e44b2bd2 Added missing mpir.h. 2010-02-26 11:16:25 +00:00
(no author)
3ff7b34464 Add extra file needed for tuning mpn_set_str 2010-02-26 11:08:41 +00:00
(no author)
5e5f7e57a5 Change MPIR v3+ tuning for mpn_get_str and mpn_set_str to match GMP5 2010-02-26 10:59:11 +00:00