Commit Graph

389 Commits

Author SHA1 Message Date
jasonmoxham
20e60b613d remove .svn files from make dist from build.vc9 directory 2009-03-15 16:50:53 +00:00
jasonmoxham
ff23018f63 make dist now touches demos/calc/files 2009-03-15 16:42:47 +00:00
wbhart
a310376d45 Updated version to mpir-1.0.0. 2009-03-15 16:40:56 +00:00
jasonmoxham
2092bf52e8 make dist works 2009-03-15 16:22:46 +00:00
jasonmoxham
ed2eb17f96 update Makefile.am so that make dist works 2009-03-15 15:51:47 +00:00
jasonmoxham
ef025d7676 removed space 2009-03-15 14:27:26 +00:00
jasonmoxham
f2a624baa2 remove crlf from old add/sub_n and remove yasm macros from GLOBAL_FUNC names 2009-03-15 13:29:03 +00:00
jasonmoxham
bcdb64a903 copy add/sub from mpir-0.9/mpn/x86_64/amd/ to mpn/x86_64/core2/ for the nocona with no lahf 2009-03-15 02:22:21 +00:00
jasonmoxham
599f86a919 lahf and nocona hack... aaarrrrgggghhhh 2009-03-15 01:18:54 +00:00
gladman
15c00c6faf 2009-03-14 20:55:58 +00:00
gladman
b4e75f80f0 change Core2 assembler code for mpn_add_n and mpn_sub_n.asm
update VC++ build
2009-03-14 20:55:03 +00:00
wbhart
b888227e03 Gonzalo Tornaria's patch to make all 64 bit intel processors either core
2 or nocona.
2009-03-14 20:26:01 +00:00
jasonmoxham
988210990a autotools with the missing ylwrap link 2009-03-14 19:47:39 +00:00
wbhart
9daa2d7376 Try fixing nocona issue without breaking everything else!! 2009-03-14 19:38:14 +00:00
jasonmoxham
07cbd98824 autotools with ylwrap link 2009-03-14 19:03:25 +00:00
wbhart
02398a9475 Fixed nocona build. 2009-03-14 18:31:50 +00:00
jasonmoxham
9466115888 Atom cpuid update 2009-03-14 00:16:29 +00:00
gladman
3b3751eb5c Two minor Windows assembler changes plus code formatting to remove tabs and trailing white space 2009-03-13 20:32:09 +00:00
jasonmoxham
4e092271ed Nehalem cpuid update 2009-03-13 20:00:56 +00:00
gladman
dc64575936 correct copyright notice spelling errors only in Windows assembler (caused by rsi -> rdx substitution) 2009-03-13 10:22:20 +00:00
jasonmoxham
cb4298e911 fix for mpz_urandomm reuse error 2009-03-13 00:42:52 +00:00
gladman
4e5c7fb422 avoid VC++ optimisation issue in speed/tune 2009-03-12 17:32:03 +00:00
jasonmoxham
b7dd497940 tr upper lower case quoting nightmare 2009-03-12 17:09:06 +00:00
jasonmoxham
49005ad1e4 autoreconf 2009-03-12 16:05:27 +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
gladman
d1f63ade13 add new speed designator to command line 2009-03-11 16:24:16 +00:00
wbhart
140ea1a697 Fix a bug I introduced. 2009-03-10 23:39:52 +00:00
wbhart
8bad441e85 Fix for c99 issue on Apple machines using FSF GCC. 2009-03-10 22:18:06 +00:00
gladman
45ab37b595 correct 32 to 64 bit sign extension in Windows assembler code 2009-03-09 21:27:31 +00:00
jasonmoxham
e2123f6079 correct path for yasm_mac.inc in tune directory 2009-03-09 00:12:40 +00:00
gladman
073e1c59b3 1. Add TRY to Windows build
2. MPIR version to 1.0.0 in trunk (Windows)
2009-03-08 17:34:01 +00:00
gladman
453422c9b6 1. Tune Windows builds
2. Adjust try.c for WIndows
2009-03-08 16:38:38 +00:00
gladman
09c898001b revert try.c that I broke 2009-03-08 14:02:47 +00:00
jasonmoxham
c561795862 new configure option --enable-gmplink to install symlinks of gmp->mpir 2009-03-08 02:28:30 +00:00
gladman
1b87a79626 improvement of Windows Core2 assembler 2009-03-07 23:21:26 +00:00
gladman
ac487c4e1c 1. Minor windows build update
2. Changes to try.c for Windows
2009-03-07 17:50:40 +00:00
jasonmoxham
5f0ff82a0b update try.c for 3 src functions 2009-03-07 17:37:22 +00:00
gladman
ec15f15c68 update Windows build projects 2009-03-07 16:41:12 +00:00
gladman
9c203f06df correct core2 Windows assembler error 2009-03-07 16:39:50 +00:00
gladman
a3cd666bee Major tidy up of Windows x86_64 assembler code 2009-03-07 15:00:35 +00:00
wbhart
32a114be59 Added new reference test for divexact_byff 2009-03-07 14:41:22 +00:00
jasonmoxham
d5ab92b6bc cast mpn_addsub_b try tests to int 2009-03-07 01:59:42 +00:00
wbhart
710d61a3e6 Added reference mpn implementations for missing try functions. 2009-03-07 01:33:39 +00:00
gladman
2a60edf9fd add missing Windows AMD64 assembler file to SVN 2009-03-07 00:04:23 +00:00
jasonmoxham
1438bac1be added redc_basecase tests to tests/try.c 2009-03-06 18:42:05 +00:00
jasonmoxham
ea9ce09036 delete amd copyi.as and copyd.as 2009-03-06 16:01:39 +00:00
jasonmoxham
5cfca1657e remove crlf from k10 asm files 2009-03-06 15:38:21 +00:00
jasonmoxham
5f148b3c6d remove old TODO , remove spare yasm_mac.inc link 2009-03-06 15:16:48 +00:00
jasonmoxham
f920a71acf remove define test for copyi/d 2009-03-06 05:17:31 +00:00
jasonmoxham
a0c2458b0b added include files 2009-03-06 05:08:36 +00:00