Commit Graph

200 Commits

Author SHA1 Message Date
jasonmoxham
626a569151 define is a reserved word in autotools so put some quotes inside it 2010-11-08 07:26:58 +00:00
jasonmoxham
96b477a9a2 hack configure to get around EXCLUDE_PREINV bug for mingw64 2010-11-08 03:13:03 +00:00
jasonmoxham
723ace5cad exclude fat_entry without whatever path it may be under 2010-10-26 11:04:20 +00:00
jasonmoxham
57b96b8676 another spot for the fat_entry exception 2010-10-26 09:49:25 +00:00
jasonmoxham
30529bbe33 exclude fat_entry.asm from suffix changes 2010-10-26 09:39:10 +00:00
jasonmoxham
54486fabd9 put it in the right place , acinclude.m4 2010-10-26 09:18:19 +00:00
jasonmoxham
66ffc23600 make sure configure creates the CPUVEC_SETUP_* as x86_64 not x86_64w 2010-10-26 08:54:58 +00:00
jasonmoxham
900981a6ab fat path selection must be the same for x86_64 and x86_64w 2010-10-26 08:40:15 +00:00
jasonmoxham
c5cb6806e7 path selection in configure must be the same for x86_64 and x86_64w , this is for the fat structure 2010-10-26 06:27:42 +00:00
jasonmoxham
2b0d8b4743 yasm include format requires quotes 2010-10-26 05:44:12 +00:00
jasonmoxham
6340b1ab7c correct script as the word define is a reserved word in autotools 2010-10-26 05:21:55 +00:00
jasonmoxham
33490951d1 put a pair of quotes whereever we have a dnl like dnl , so that autoconf does not think the rest of the line is a comment and blank it out 2010-10-25 14:01:35 +00:00
jasonmoxham
d045b3141d combine post processing step of m4 to yasm with the second part of the renaming 2010-10-25 13:44:48 +00:00
jasonmoxham
1c534b5211 whoops , change name triple mingw64 to mingw* 2010-10-24 21:10:42 +00:00
jasonmoxham
06eff83045 for mingw64 renaming hack the configure 2010-10-24 21:01:08 +00:00
jasonmoxham
4f5a8535bf well the makefile wont work due to the diffences between libtool .o and .lo and yasm .o , so reverting that change 2010-10-24 18:15:19 +00:00
jasonmoxham
ffee5d0f0e get rid of the old configure rename stuff for mingw64 2010-10-24 17:43:36 +00:00
jasonmoxham
621ae4fac7 make asm to as changes for mingw64 via the makefile rules instead , as fat builds are very difficult to do in configure otherwise 2010-10-24 17:42:05 +00:00
jasonmoxham
98f66d6a87 add fat paths for mingw64 to configure 2010-10-24 11:04:23 +00:00
jasonmoxham
669b648fd9 adapt configure to handle the new *-w64-mingw32 machine triple 2010-09-23 03:23:38 +00:00
jasonmoxham
a1fe3f15bb new code path for netburst on mingw64 2010-09-04 17:01:00 +00:00
jasonmoxham
39cadf05e8 update configure for new atom mingw64 path 2010-09-04 16:47:19 +00:00
jasonmoxham
c70d1aefd2 mingw build to use x86_64w/yasm_mac copied to yasm_macwin 2010-08-20 03:18:10 +00:00
jasonmoxham
ea07daa20d change ln -s with mingw 2010-08-20 02:02:06 +00:00
jasonmoxham
624590ba76 for mingw64 update object format 2010-08-19 23:44:35 +00:00
jasonmoxham
6fa8087630 path selection for mingw64 2010-08-14 15:06:54 +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
cba24f002b whoops , missed a pre_divrem_1 2010-08-13 15:01:31 +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
2327f3cce8 remove configure test for readline , was only used in the demos 2010-07-25 16:35:52 +00:00
jasonmoxham
bb58eb142e remove configure tests for functions sigaction sigstack sigalstack as we dont use them at all 2010-07-23 01:52:03 +00:00
jasonmoxham
a5859040cf new generic function mpn_not 2010-07-22 19:41:30 +00:00
jasonmoxham
61f970df13 enable parallel-tests 2010-07-22 16:12:32 +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
3159c85ea2 remove prebuild for fib_table 2010-07-16 18:45:28 +00:00
jasonmoxham
591de76f8b a few more remove prebuild file mp_bases.c 2010-07-16 18:35:24 +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
jasonmoxham
05412d2802 remove cray and vax arch's 2010-07-03 16:06:14 +00:00
jasonmoxham
dcf1dd778a remove pw32 djgpp os2 unicos osf tru64 operating system support 2010-06-30 12:36:03 +00:00
jasonmoxham
b9dcb14f82 remove support for POWER1,2 ie RIOS1,2 cpu's 2010-06-28 13:52:38 +00:00
jasonmoxham
aefcb57915 add in westmere cpu properly 2010-06-26 09:58:50 +00:00
jasonmoxham
484cceadc4 new K8only dir for asm that is faster on K8 but NOT K10 2010-06-26 09:00:48 +00:00