Commit Graph

82 Commits

Author SHA1 Message Date
jasonmoxham
bafa599edb tuning for mullow and mulhigh 2009-07-24 21:31:28 +00:00
wbhart
cc86e972e5 Merged in David Harvey's mulmid code - not actually used by anything
yet. No division code.
2009-07-24 03:12:09 +00:00
wbhart
5d3cf5509d First hack at toom4_mul (unbalanced toom4). 2009-07-23 01:31:29 +00:00
jasonmoxham
4c587bb0eb fixed configure to ignore mingw broken mprotect , run autotools 2009-06-15 01:28:27 +00:00
jasonmoxham
9c68614d77 Add new function generic mpn_divrem_euclidean_qr_2 2009-05-19 09:30:34 +00:00
jasonmoxham
a1b14414c6 New generic mpn_store and tests/tune etc 2009-05-14 19:29:28 +00:00
jasonmoxham
3b7c555c8e New generic functions/macros mpn_lshift2 mpn_rshift2 and tests/speed etc 2009-05-14 02:44:19 +00:00
wbhart
9c79e0a98b Factored out mpn_toom3_sqr_n and mpn_toom3_mul_n and removed duplication
of mpn_toom3_interpolate. Rewrote mpn_toom3_sqr_n.
2009-05-10 07:12:38 +00:00
wbhart
72f93a085c Added new toom3 code. 2009-05-09 20:56:34 +00:00
jasonmoxham
a823bc7102 define gnu_source in configure.in 2009-04-21 12:50:03 +00:00
jasonmoxham
996bd50496 add divrem_euclidean_qr_1 , divexact_byBm1of to fat structure 2009-04-13 21:42:55 +00:00
jasonmoxham
a09477784c put back bench into trunk 2009-04-12 16:50:39 +00:00
wbhart
a5db89c389 Added __GMP_CC and __GMP_CFLAGS, __MPIR_CC and __MPIR_CFLAGS, and ran
autoconf.
2009-04-11 10:04:45 +00:00
wbhart
7311f5f718 This seems to fix pathscale support on MIPS64. 2009-04-11 02:51:11 +00:00
wbhart
11c7f3034a Updated pathhcc_n32_cflags. 2009-04-11 02:11:25 +00:00
wbhart
379cd11ffb Added pathcc support for mips. 2009-04-11 02:04:59 +00:00
jasonmoxham
525b748078 change gmplink to gmpcompat and update docs etc 2009-04-08 13:41:51 +00:00
jasonmoxham
29e77a8766 remove bench from build 2009-04-02 11:28:43 +00:00
jasonmoxham
010de3baa8 remove dead links for --enable-gmplink 2009-04-02 11:18:24 +00:00
wbhart
22db24db76 Attempt to add toom cook 7. 2009-04-02 07:38:03 +00:00
wbhart
e42709e967 Added toom4 multiplication. 2009-04-01 08:21:03 +00:00
jasonmoxham
8ca3be5bef merge div-branch into trunk with svn merge -r 1782:1816 ../branches/x86_64-division/ run on my local trunk 2009-03-31 23:56:06 +00:00
jasonmoxham
2235444edf x86_64 mpn_subadd_n plus tests,tune 2009-03-29 10:49:51 +00:00
jasonmoxham
8f15821fc7 new directory and target make bench 2009-03-20 16:16:35 +00:00
jasonmoxham
5a048dae03 merged x86_64 cpuid branch into trunk with svn merge -r 1755:1779 ../branches/x86_64_cpuid/ run in my local copy of trunk 2009-03-19 19:52:22 +00:00
jasonmoxham
599f86a919 lahf and nocona hack... aaarrrrgggghhhh 2009-03-15 01:18:54 +00:00
wbhart
9daa2d7376 Try fixing nocona issue without breaking everything else!! 2009-03-14 19:38:14 +00:00
wbhart
02398a9475 Fixed nocona build. 2009-03-14 18:31:50 +00:00
jasonmoxham
b7dd497940 tr upper lower case quoting nightmare 2009-03-12 17:09:06 +00:00
wbhart
f7e939f586 Attempted fix for the upper case to lower case issue on Sun causing the fat build to fail on fulvia. 2009-03-12 16:00:42 +00:00
jasonmoxham
c561795862 new configure option --enable-gmplink to install symlinks of gmp->mpir 2009-03-08 02:28:30 +00:00
jasonmoxham
5f148b3c6d remove old TODO , remove spare yasm_mac.inc link 2009-03-06 15:16:48 +00:00
jasonmoxham
3242063820 removed dos crlf from linux asm files , update configure to recognize GLOBAL_FUNC for HAVE_NATIVE_functions 2009-03-05 17:50:57 +00:00
jasonmoxham
98fb151932 merged buildtest branch into trunk for building outside the src tree , the command I used was svn merge -r 1643:1669 ../branches/buildtest/ in my local copy of trunk 2009-03-03 21:40:13 +00:00
jasonmoxham
def21c1810 add redc_basecase and sumdiff_n to the fat structure 2009-02-27 17:59:28 +00:00
jasonmoxham
3a9c3daa69 fixed fat build failure for dvexact_byff 2009-02-27 17:12:50 +00:00
jasonmoxham
deb06ea4ed merged k8-branch into trunk , autotools , few handbits , windows bits just copyed over 2009-02-19 23:22:30 +00:00
jasonmoxham
f62cab6011 changed libgmp*.* for a few odd cases left 2009-02-12 12:00:42 +00:00
jasonmoxham
a6ab0a96b3 changed gmp.h to mpir.h for a few odd cases left 2009-02-12 11:23:26 +00:00
jasonmoxham
7b4d8b2be7 reverted to rev 1593 2009-02-10 00:16:08 +00:00
wbhart
51a3f813e1 Updated README and AUTHORS in the Windows build. Removed some ansi2knr stuff which causes recent autotools to choke. 2009-02-04 18:15:20 +00:00
wbhart
83f39c87b7 Fixed a regular expression. 2009-01-31 16:20:18 +00:00
wbhart
9278b8e7a4 Slight simplification of fat build stuff in configure and possible fix
for fat binary on x86_64 machines with ABI=32.
2009-01-29 16:37:37 +00:00
wbhart
01864037af Made fat binaries work for x86_64. 2009-01-29 06:05:21 +00:00
wbhart
874114431a Change extra_functions to extra_functions_64 for 64 bit fat build. 2009-01-18 21:57:53 +00:00
wbhart
b5d59d5d2c Changed the order of x86_64 and x86_64/fat in configure.in so it will
pick up the files in the fat directory first.
2009-01-18 19:42:42 +00:00
wbhart
1ed72b1360 Made changes to allow a fat build on x86_64. 2009-01-18 15:15:25 +00:00
wbhart
90fe07a672 Disabled nails altogether. 2009-01-10 17:05:56 +00:00
jasonmartin
4b2966287f Incorporated Niels Mollers lgpl 2.1 gcd code into trunk 2008-10-11 06:56:15 +00:00
wbhart
695cd41f0e Apply all GMP issued patches for issues with GMP 4.2.1. 2008-09-14 01:54:23 +00:00