Commit Graph

3490 Commits

Author SHA1 Message Date
Simon Sobisch
08e73f83b2 build script for vc "msbuild.bat":
* check given architecture
* output possible architectures
2017-07-24 16:27:06 +02:00
wbhart
7dfac3e237 Merge pull request #221 from adyache/master
MPIR.Net updates - added VS2017 support and the new limbs functions in 3.0.0
2017-07-12 19:30:44 +02:00
Alex Dyachenko
e10eae8371 Implemented Read/Write/Modify limbs methods in MPIR.Net based on the new mpz_limbs_xxx functions 2017-07-11 11:19:48 -04:00
Brian Gladman
7f85c41150 Merge pull request #5 from Sav0966/master
Update .gitignore MSVC section with latest from GitHub
2017-07-03 08:44:10 +01:00
Sav0966
bcfeb74df5 Update .gitignore MSVC section with latest from GitHub 2017-07-01 19:02:13 +05:00
Brian Gladman
5fc8797364 add capability to set the Windows SDK for a build in mpir_config.py 2017-05-25 16:13:18 +01:00
Brian Gladman
a7c14086f0 change the Windows SDK for older versions of Visual Studio to 8.1 2017-05-25 14:25:34 +01:00
Brian Gladman
0924539da4 Merge branch 'master' of https://github.com/BrianGladman/mpir
# Conflicts:
#	build.vc11/version_info.py
2017-05-25 10:11:42 +01:00
Brian Gladman
4f390dba0a set the default Windows SDK for Visual Studio 2012, 2013, 2015 and 2017 builds 2017-05-25 10:10:04 +01:00
Brian Gladman
0df42e969a set the default Windows SDK for Visual Studio 2012, 2013, 2015 and 2017 builds 2017-05-25 09:27:11 +01:00
Brian Gladman
9e35982947 Merge branch 'master' of https://github.com/BrianGladman/mpir 2017-05-24 21:03:15 +01:00
Brian Gladman
4f84c69526 update to windows SDK 10.0.15063.0 2017-05-24 21:02:39 +01:00
Brian Gladman
17deffe3e8 update to windows SDK 10.0.15063.0 2017-05-24 21:00:25 +01:00
Brian Gladman
4a6778a32e add AVX mpn_and_n assembler to Windows x64; remove definition error in mpn_andn_n and mpn_iorn_n 2017-05-24 09:23:11 +01:00
Brian Gladman
3bd4c27a09 minor change in logic.c 2017-05-23 19:50:52 +01:00
Brian Gladman
cfac8b2725 Merge branch 'master' of https://github.com/BrianGladman/mpir
# Conflicts:
#	tests/mpn/logic.c
2017-05-23 19:48:50 +01:00
Brian Gladman
4b80fffeae add tests for the MPN logic functions 2017-05-23 19:46:01 +01:00
Brian Gladman
4d734f52e6 add tests for the MPN logic functions 2017-05-23 19:40:45 +01:00
Brian Gladman
0db0638995 add assembler support for mpn logic functions on Windows x64 2017-05-23 14:52:29 +01:00
Brian Gladman
cc8d7db301 Revert "revert last commit"
This reverts commit 33a1c40cb4.
2017-05-16 15:40:31 +01:00
Alex Dyachenko
f2ebcafb5a Updated Visual Studio mpir-tests solutions to build all tests in Debug 2017-05-13 21:27:50 -04:00
Alex Dyachenko
0e0b85f0af MPIR.Net - resolved build warnings 2017-05-13 21:18:43 -04:00
Alex Dyachenko
24f971fbc9 MPIR.Net - fixed version-related tests 2017-05-13 20:52:10 -04:00
Alex Dyachenko
ef890647eb MPIR.Net - Added a platform/configuration check to ensure the build uses the same environment as the most recent MPIR build 2017-05-13 20:49:42 -04:00
Alex Dyachenko
d925a1cdde MPIR.Net - changed type of exponent returned from conversions to a double on Windows x64 2017-05-13 20:46:25 -04:00
Alex Dyachenko
b9015ba9dd MPIR.Net - added VS2017 build files 2017-05-13 20:43:16 -04:00
Brian Gladman
73824ba41a enable enhanced instruction set (AVX2) on Windows for appropriate processor architectures 2017-05-03 12:28:18 +01:00
Brian Gladman
52919305e1 add Jen's latest code for addsub_n and subadd_n to Windows x64 2017-05-02 19:16:23 +01:00
Brian Gladman
b6a53cb229 Merge branch 'master' of github.com:wbhart/mpir 2017-04-27 17:02:01 +01:00
Brian Gladman
cf2286caa2 move *nix tuning values into Windows 2017-03-31 17:04:11 +01:00
Brian Gladman
8950a07c67 revert mpir.sln to previous version 2017-03-30 21:47:10 +01:00
Brian Gladman
5168047e5c fix bug in Windows assembler code for sandybridge/ivybridge processors 2017-03-30 17:30:00 +01:00
Brian Gladman
8963263bdd minor build change 2017-03-28 14:59:08 +01:00
Brian Gladman
f368f5380f Merge branch 'master' of https://github.com/BrianGladman/mpir 2017-03-28 14:51:40 +01:00
Brian Gladman
65dc31f04d add mpn_addsub_n and mpn_subadd_n assembler for haswell and skylake avx 2017-03-28 14:37:51 +01:00
William Hart
a6ad4899aa Updated AUTHORS, Changelog. 2017-03-01 11:10:29 +00:00
Brian Gladman
3aba13547e Merge branch 'master' of github.com:wbhart/mpir 2017-02-22 16:09:05 +00:00
Brian Gladman
4a9af38453 fix an issue in the msbuild files causing the build to fail in some situations 2017-02-22 14:52:42 +00:00
William Hart
ae043b12f8 Fix 32 bit fat build. 2017-02-22 11:13:05 +00:00
William Hart
20b2440d59 Merge remote-tracking branch 'brian/master' 2017-02-21 17:48:36 +00:00
Brian Gladman
9786e04298 add gcd and lcm to mpircxx.h 2017-02-21 17:39:19 +00:00
William Hart
9d7e567478 Merge remote-tracking branch 'brian/master' 2017-02-21 17:32:26 +00:00
Brian Gladman
a37a985075 remove duplicated macro in export.c 2017-02-21 17:11:57 +00:00
William Hart
58a329c08e Add build.vc to Makefile.am so make dist picks it up. 2017-02-21 16:19:06 +00:00
William Hart
9e4b539d01 Merge remote-tracking branch 'brian/master' 2017-02-21 14:23:31 +00:00
William Hart
04189e2fc2 Added another Broadwell. 2017-02-21 10:30:29 +00:00
William Hart
31ad9001bd Add support for another Broadwell cpuid. 2017-02-20 15:56:37 +00:00
Brian Gladman
d18f5948d0 correct minor typographic errors 2017-02-18 08:45:48 +00:00
William Hart
0a634a0faa Merge remote-tracking branch 'brian/master' 2017-02-18 03:11:20 +00:00
Brian Gladman
1ee562ca7c Revert "remove Visual Studio 2012 from the build documentation"
This reverts commit 236d6b4034.
2017-02-17 23:18:38 +00:00