Commit Graph

196 Commits

Author SHA1 Message Date
gladman
18cf2e1d39 Add mpn_zero to Windows builds 2010-05-04 12:45:55 +00:00
(no author)
a9406cd230 Correct win32 build error 2010-04-07 10:43:52 +00:00
(no author)
44c627a302 Change handling of VERSION in Windows (and the setversion script) 2010-04-06 09:57:32 +00:00
(no author)
0ad24514df Add missing C file and repair Windows builds 2010-04-04 21:08:11 +00:00
(no author)
bcb091ab5d Added some clarifying remarks regarding licensing to the Windows
readme.txt to reflect the new v3+ license of MPIR.
2010-04-02 19:06:42 +00:00
(no author)
d4634d0558 Updated library and version numbers. 2010-04-02 02:03:32 +00:00
(no author)
dca2902be2 further minor change to Windows build 2010-03-19 07:33:53 +00:00
(no author)
ae3a7434f3 correct minor Windows build configuration issue 2010-03-18 18:14:29 +00:00
(no author)
e00055a3e1 Correct Windows build of tune 2010-03-15 18:38:52 +00:00
(no author)
121e278bf2 correct bugs in building tune on Windows 2010-03-15 15:01:13 +00:00
(no author)
8f22d76682 Update tune build on Windows 2010-03-15 13:03:08 +00:00
(no author)
4f19244f53 Add latest changes to the Windows builds 2010-03-15 09:03:05 +00:00
(no author)
f228e886dc Further revamp of Python gas to yasm translator 2010-03-10 10:09:37 +00:00
(no author)
811326c5b0 Further update to Python translator 2010-03-09 19:40:49 +00:00
(no author)
c1f1636d1c improve g2y.py - the gas to yasm translator in Python 2010-03-09 15:40:03 +00:00
(no author)
8ff06ed3db remove use of __GMP_BITS_PER_MP_LIMB (obsolete define) from t-constants.c and Windows build 2010-03-08 09:03:17 +00:00
(no author)
09bec3bf2c add divexact.c to Windows builds 2010-03-04 17:40:10 +00:00
(no author)
1e60f640f6 add latest division code and tests to the Windows build 2010-03-03 10:29:10 +00:00
(no author)
fc8633d1a1 Add new division code to the Windows build 2010-03-02 14:14:58 +00:00
(no author)
5e5f7e57a5 Change MPIR v3+ tuning for mpn_get_str and mpn_set_str to match GMP5 2010-02-26 10:59:11 +00:00
(no author)
88f3536359 Update Python gas to yasm converter to remove some poor conversions 2010-02-24 20:41:02 +00:00
(no author)
fbd28cb458 Add mulmid_basecase assembler to Windows x64 builds 2010-02-24 20:37:51 +00:00
(no author)
a459e18ef0 Add new division tests to Windows build 2010-02-24 12:07:12 +00:00
(no author)
d3a7e095c4 Add mpn_sqr, mpn_neg and mpn_com for GMP5 compatibility 2010-02-22 12:21:17 +00:00
(no author)
c21f247435 Add division tests to the Windows builds 2010-02-20 10:41:04 +00:00
(no author)
89ef2d6caf Add logic functions in C (logops.c) to the Windows builds that need them (32-bit & generic C) 2010-02-18 18:59:54 +00:00
(no author)
5b52d6c93d Update Windows tuning files (only nehalem done though) 2010-02-18 18:18:52 +00:00
(no author)
d7b3af99f2 1. Add toom8 code to Windows build
2. tidy up gmp-mparam.h for a future tuning effort on Windows
2010-02-18 14:39:28 +00:00
(no author)
643866f3b1 add new (test inv_div_appr_q_n) to Windows build 2010-02-15 10:17:34 +00:00
(no author)
11f57996a4 1. remove C99 out of order declarations in rootrem.c
2. Add latest source code to Windows build
2010-02-15 10:15:43 +00:00
(no author)
5ce18c08af add latest division code to Windows build 2010-02-13 19:52:50 +00:00
(no author)
454c4e9982 Add three new divide functions to Windows builds. 2010-02-11 17:55:12 +00:00
(no author)
a3a7fe1244 Add clears and inits functions for mpf, mpq and mpz types 2010-02-11 15:54:59 +00:00
(no author)
9e4d2b3e9d Add new division code to Windows builds 2010-02-11 14:27:24 +00:00
(no author)
bacbb41a6b 1. Add missed mp_bitcnt_t changes
2. Update Windows builds (exclude pre_divrem.c now in assembler)
2010-02-08 18:12:26 +00:00
(no author)
00f292cc48 adjust windows tune slightly 2010-02-08 10:02:55 +00:00
(no author)
3306eae2a2 Add HAVE_NATIVE defines for Windows code 2010-02-07 17:33:56 +00:00
(no author)
3c16b2f566 1. Update g2y.py to cope with GMP assembler
2. add new assembler to Windows build
2010-02-07 14:48:02 +00:00
(no author)
2096741d5a Correct minor error in Windows build 2010-02-06 18:05:18 +00:00
wbhart
1c2f0506f5 Fixed a bug in mpn_gcdext reported by Dan Grayson. 2010-01-30 22:27:37 +00:00
gladman
54c4879de7 1 Add Windows extern inline define to mpir.h (but don't use it)
2. Improve Windows build scripts for file copying
2010-01-10 15:25:55 +00:00
gladman
aa88eb6145 Small improvements in Windows build projects 2010-01-09 23:40:31 +00:00
gladman
8490a2bc0c Update Windows build to cope with huge numbers 2010-01-08 19:12:52 +00:00
gladman
2e213d6f1e Add missed C file to Windows builds 2010-01-08 14:47:01 +00:00
gladman
35f861b2a5 Correct a typo in the win32 version of count_leading_zeroes 2010-01-07 09:10:11 +00:00
gladman
0ac38fd71c 1. repair Windows build script
2. Add tuning for nehalem on Windows
2010-01-06 15:07:32 +00:00
gladman
6400809d87 1. Change Windows memory management to use alloca()
2. Update Windows intrinsics macros to avoid long / long long issues
2010-01-05 14:20:40 +00:00
gladman
aaf7949430 1. update run-test.py for Windows build
2. remove test code in invert.c in Windows build
2009-12-09 20:02:31 +00:00
gladman
8d7347c60c 1. Add mpn.invert test to Windows
2. remove test subroutine from mpn/invert.c
2009-12-09 09:06:31 +00:00
gladman
7e5051b5d6 1. Add a new test to Windows build
2. Remove C99 features from two new files
2009-12-07 09:18:30 +00:00