Commit Graph

1581 Commits

Author SHA1 Message Date
jasonmoxham
f6470c4b6a put back in the *-pc | *-apple to configfsf.sub 2010-08-28 09:31:54 +00:00
jasonmoxham
367937206c update configfsf.sub with latest , NOTE did not do the *-unkown | *-pc | *-apple) change 2010-08-27 19:22:20 +00:00
jasonmoxham
ab62a5e480 update configfsf.guess to latest 2010-08-27 18:26:58 +00:00
gladman
9d59646065 Change Windows build to make nmake easier to use 2010-08-23 20:45:26 +00:00
gladman
56014819e8 Minor Windows build change 2010-08-20 21:44:36 +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
gladman
4eab43c79b minor cosmetic correction 2010-08-18 10:55:02 +00:00
gladman
7d3c1faa7f Change Windows assembler include file organisation (VS 2008) 2010-08-15 10:11:56 +00:00
gladman
6cf3ebcf63 Change Windows assembler include file organisation (VS 2010) 2010-08-15 10:08:57 +00:00
jasonmoxham
6fa8087630 path selection for mingw64 2010-08-14 15:06:54 +00:00
jasonmoxham
339fafbc28 new x86_64 cpuid that works with both calling conventions 2010-08-14 14:46:32 +00:00
jasonmoxham
63663ab43a when WIN64 is set define longlong limb 2010-08-14 11:28:36 +00:00
jasonmoxham
db421524de adjust size of bitcnt_t for and WIN64 platform 2010-08-14 02:44:51 +00:00
jasonmoxham
e244c757e8 gmp_randinit_lc_2exp definintion and declaration dont match , fix it 2010-08-14 02:33:35 +00:00
gladman
00b48c8c81 Revert some name changes in VS 2010 build 2010-08-14 00:32:43 +00:00
gladman
15e8968d0e Change namespace back to old name in vc9 2010-08-14 00:22:15 +00:00
jasonmoxham
7d1b6da6c9 update build.vc9 make.bat batch file prebuild step 2010-08-13 23:40:46 +00:00
gladman
02b5695b1d Revise Visual Studio 2008 builds for recent changes (untested) 2010-08-13 22:44:07 +00:00
gladman
4c0113deec Add new files to Visual Studio builds 2010-08-13 22:18:37 +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
gladman
514bbe4c2c Update Windows build for tune 2010-08-13 16:00:44 +00:00
gladman
fa3e7c2ff1 Make Changes to Windows builds for recent file name changes 2010-08-13 15:53:43 +00:00
gladman
15c882aff8 2010-08-13 15:41:42 +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
gladman
dd1c493500 correct a typo in two Python files 2010-08-05 07:38:10 +00:00
gladman
463922a358 2010-07-25 22:01:46 +00:00
jasonmoxham
e352970a1a remove old macro __umulsidi3 , not used anywhere 2010-07-25 17:50:26 +00:00
jasonmoxham
c0ee8ce649 clearup 2010-07-25 17:28:02 +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
19747946b0 autoreconf 2010-07-22 16:14:13 +00:00
jasonmoxham
61f970df13 enable parallel-tests 2010-07-22 16:12:32 +00:00
jasonmoxham
db79b8b6a1 autoreconf 2010-07-22 16:02:34 +00:00
jasonmoxham
90cfa737c4 upgrade autotools to 2.2 with the command libtoolize --force --copy 2010-07-22 16:00:43 +00:00
jasonmoxham
e0aae614a4 add missing asm functions for nano,netburst as fat requires asm (not C) functions for any function in the fat structure 2010-07-22 15:42:21 +00:00
gladman
7d6cc1e587 1. remove single epilogue restriction in Windows assembler code
2. tidy up format of Windows assembler code
2010-07-22 11:33:16 +00:00
jasonmoxham
b474f41608 correct fat entry , got wrong case 2010-07-22 11:29:38 +00:00
jasonmoxham
55c331e627 autotools 2010-07-21 23:44:50 +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