Commit Graph

25 Commits

Author SHA1 Message Date
(no author)
4ad343f4f3 Removed sb_divrem_mn 2010-03-14 16:02:32 +00:00
(no author)
80f6015f3c Partly fixed tuning code for dc_bdiv fns. 2010-03-03 00:15:20 +00:00
(no author)
0bb612fbfd Added set_strp.c to Makefile and ran automake. 2010-02-26 12:15:40 +00:00
(no author)
596ed07fbc Added some tuning for core2/penryn and some additional functions to be
built by tuning code.
2010-02-19 16:09:02 +00:00
(no author)
f444a2bf6c Attempt to tune some of the division functions. 2010-02-19 12:54:56 +00:00
jasonmoxham
4f0a431658 back out the divrem_1 tuning change 2009-10-05 03:16:33 +00:00
jasonmoxham
09c1f2d454 add divrem_1 to the tuning 2009-10-05 02:56:12 +00:00
jasonmoxham
d0f4f7a61b add tuning for mpn_rsh_divrem_hensel_qr_1_? 2009-10-03 23:30:22 +00:00
jasonmoxham
9bbfba8e5e New generic functions for two limb inverse of divrem_hensel_qr_1 and tunes,tests 2009-09-30 02:24:29 +00:00
jasonmoxham
01b88f04be add divrem_eucldean to tuniing makefile 2009-09-07 01:30:34 +00:00
jasonmoxham
57a6e139f7 Add tuning for new mpn_rootrem threshold 2009-09-03 16:18:30 +00:00
jasonmoxham
21c652d442 remove some referances to the old functions 2009-08-11 23:09:56 +00:00
jasonmoxham
bd6ab0e972 New generic mpn_mulmod_2expm1 and tests and tuning thresholds 2009-08-07 03:47:42 +00:00
jasonmoxham
6668b221cb Add Robert Gerbicz mpz factorial code + tuning threshold 2009-08-03 23:09:30 +00:00
jasonmoxham
bafa599edb tuning for mullow and mulhigh 2009-07-24 21:31:28 +00:00
jasonmoxham
77dfce1c9c autoreconf and update tune/Makefile.am for toom7 2009-04-02 11:11:27 +00:00
jasonmoxham
def379ed0b added toom4_mul_n.c to tuning makefile so that threshold can be changed 2009-04-01 12:47:53 +00:00
jasonmoxham
ed2eb17f96 update Makefile.am so that make dist works 2009-03-15 15:51:47 +00:00
jasonmoxham
f62cab6011 changed libgmp*.* for a few odd cases left 2009-02-12 12:00:42 +00:00
jasonmoxham
31ec9cdbeb for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.la/libmpir.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.la/libmpirxx.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.a/libmpirxx.a/g" $file > temp ; mv temp $file ; done
2009-02-12 11:51:33 +00:00
wbhart
6045989170 Move calling conventions for core2 into right directory. 2008-05-30 09:27:42 +00:00
wbhart
5b3bf61771 Update makefile. 2008-05-30 06:07:33 +00:00
wbhart
e2d55c1102 Change x86_64.s to x86_64.asm. 2008-05-30 05:54:04 +00:00
wbhart
c751b2c864 Fixed tune makefile to reflect changes to name of x86_64.asm. 2008-05-27 05:19:30 +00:00
wbhart
a197a2d3eb Basic GMP files with a new core2 directory and amd_64 directory with Martin's and Gaudry's patches.
Removed directories for no longer supported architectures.
2008-04-17 21:03:07 +00:00