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