Commit Graph

86 Commits

Author SHA1 Message Date
gladman
0eaa19d002 Add new assembler files - new (l/r)shift2 on k8, modified (l/r)shift on Core2 - and sb_divappr_q.c to the Windows build 2009-07-28 15:00:00 +00:00
gladman
c56cad1cd0 Update Windows build for 32-bit versions 2009-07-27 20:46:28 +00:00
gladman
d16e9e3e9b Update Windows build for recent added and deleted C source code files (assembler not done yet) 2009-07-26 18:06:59 +00:00
jasonmoxham
d8ea877a42 whoops managed to delete config.guess.c , add it back in 2009-07-15 16:04:38 +00:00
jasonmoxham
19085e207e dos line endings 2009-07-15 15:53:17 +00:00
jasonmoxham
91a58a8161 Copyright header stuff 2009-07-15 15:41:07 +00:00
jasonmoxham
6f9bae2305 add exit codes to windows batch files 2009-07-13 00:19:43 +00:00
jasonmoxham
acb6258352 make clean windows updates 2009-07-12 20:16:29 +00:00
jasonmoxham
31e5250f08 fix for windows make.bat so it can detect python in 64bit mode 2009-07-12 20:02:00 +00:00
jasonmoxham
0df3e1850a Configure and make mechnism for windows from windows branch 2009-07-12 19:20:21 +00:00
gladman
11ccfb52de Update VC++ build instructions 2009-06-27 20:20:08 +00:00
gladman
a5728f690e 1. Minor (cosmetic) change of a Windows aspect of speed.h
2. Minor changes to Windows getrusage and gettimeofday headers
3. Add (finally!) Windows FFT tuning for the K8
2009-06-03 09:25:21 +00:00
gladman
dea89e4760 Update windows build for latest assembler 2009-05-20 20:09:06 +00:00
gladman
659df23bbc 1. Improve g2y.py
2. Add divrem changes to Windows build
3. Add new x64 mpn_mul_basecase assembler to Windows
2009-05-19 19:53:15 +00:00
gladman
0af849c1f2 1. Fix minor bug in Windows build
2. change gcdext.c to avoid C99 features
2009-05-19 09:44:06 +00:00
gladman
dffb1f2fa1 Adjust Windows build to remove assembler that is slower than VC++ intrinsics (copy, move, set) 2009-05-15 07:31:10 +00:00
gladman
2cd6ee00c5 2009-05-14 20:35:12 +00:00
gladman
714cbef23f 1. revert t-fat and remove fat test from Windows testing
2. minor update to Python translator
2009-05-14 20:14:04 +00:00
gladman
1b83dc8e1c Update MPIR version number to 1.2.0 2009-05-13 10:52:36 +00:00
gladman
d6962d575f 1. Add new/changed Core2 assembler files to the Windows build
2. Workaround VC++ optimisation bug in mul_fft.c
2009-05-13 09:54:24 +00:00
gladman
47c7c6b832 Further update to Windows K8 build 2009-05-12 21:33:52 +00:00
gladman
9918886c2f Update Windows K8 build to add new assembler 2009-05-12 19:37:47 +00:00
gladman
d942415a1c 1. Update Windows Powershell scripts in mpirbench to refer to MPIR rather than GMP
2. Update MPIR version number in Windows config files to 1.1.2 
3. Add an MSVC inline definition in in gmp-h.in
4. Correct locale test (as per GMP correction)
5. Add Windows x64 set/copy intrinsics to mul_fft.c (improves FFT speed score by 2%)
2009-05-09 13:26:27 +00:00
gladman
bd34c0bfc5 1. Update g2y.py, the GAS to YASM Python script
2. Provide tuning for new FFT code
3. Add some documentation to YASM assembler macros for Windows
2009-05-06 18:20:52 +00:00
gladman
7f8174f08d update g2y.py to allow command line parameters 2009-05-05 20:43:45 +00:00
gladman
d18fab116f Adjust Windows build slightly 2009-05-01 18:33:21 +00:00
gladman
8692baeb3d Make two 'ease of use' changes to the Windows build 2009-05-01 14:30:27 +00:00
gladman
a2baca61f0 Change Windows test projects to provide full build in release mode 2009-04-22 19:50:54 +00:00
gladman
a4df93cf01 commit a missing windows test 2009-04-22 19:24:05 +00:00
gladman
e44410c1ca minor cosmetic update to g2y.py 2009-04-15 16:50:44 +00:00
gladman
51effab9ca 2009-04-14 19:11:15 +00:00
gladman
00019039de Add missing files for tune on Windows 2009-04-14 16:50:53 +00:00
gladman
19faf1830c Update Windows build for latest code 2009-04-14 16:39:30 +00:00
gladman
279323b5fd Update Windows build for latest changes 2009-04-02 11:00:00 +00:00
gladman
55cc10cebc Update Windows build system 2009-04-01 19:30:26 +00:00
gladman
34efd8413b 1. Add Windows code for latest trunk revisions
2. Make changes for non C99 compilers (like VC++)
2009-04-01 14:58:15 +00:00
gladman
60725d8622 1. Update Windows version of getrusage
2. Use YASM's new alignment padding feature in the Windows assembler code
2009-03-24 14:40:39 +00:00
gladman
de1d00d816 minor update to runtests.py 2009-03-15 19:56:38 +00:00
gladman
87e4783f38 2009-03-15 19:35:54 +00:00
gladman
ee52e625c5 Update VC++ readme and project files to cover the AMD K10 2009-03-15 18:15:02 +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
gladman
4e5c7fb422 avoid VC++ optimisation issue in speed/tune 2009-03-12 17:32:03 +00:00
gladman
45ab37b595 correct 32 to 64 bit sign extension in Windows assembler code 2009-03-09 21:27:31 +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
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
gladman
ec15f15c68 update Windows build projects 2009-03-07 16:41:12 +00:00
gladman
a3cd666bee Major tidy up of Windows x86_64 assembler code 2009-03-07 15:00:35 +00:00
gladman
9933f9d2ce g2y.py (gas to yasm) enhancements 2009-03-04 22:30:39 +00:00