Commit Graph

3475 Commits

Author SHA1 Message Date
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
Brian Gladman
cf65e11e5d Merge branch 'master' of https://github.com/BrianGladman/mpir 2017-02-17 23:12:15 +00:00
Brian Gladman
6e522c90e7 further update for VS 2012 2017-02-17 23:11:09 +00:00
Brian Gladman
206efe4813 further update for VS 2012 2017-02-17 22:28:40 +00:00
Brian Gladman
7f9ac7c75c Merge branch 'master' of https://github.com/BrianGladman/mpir 2017-02-17 22:17:54 +00:00
Brian Gladman
8f9ee759d3 update Visual Studio 2012 build 2017-02-17 22:16:59 +00:00
Brian Gladman
e6e22a36c2 update Visual Studio 2012 build 2017-02-17 22:03:39 +00:00
William Hart
bbf02d896a Merge remote-tracking branch 'brian/master' 2017-02-17 13:13:34 +00:00
Brian Gladman
236d6b4034 remove Visual Studio 2012 from the build documentation 2017-02-17 12:52:52 +00:00
William Hart
6a62d46e3d Attempt to fix build failure on MinGW. 2017-02-17 12:22:19 +00:00
Brian Gladman
d0ae7da61e remove Visual Studio 2012 build files 2017-02-16 20:57:37 +00:00
Brian Gladman
901a969379 tidy up Visual Studio 2017 build files 2017-02-16 20:52:02 +00:00
Brian Gladman
f4ad917d9f tidy up VS 2017 build 2017-02-16 20:31:26 +00:00
Brian Gladman
6984286a69 further tidying up 2017-02-16 20:26:07 +00:00
Brian Gladman
8e8b78dd5c Merge branch 'master' of https://github.com/BrianGladman/mpir
# Conflicts:
#	build.vc12/cdata/mpn/x86_64w/core2/cfg.h
#	build.vc12/dll_mpir_haswell_avx/dll_mpir_haswell_avx.vcxproj
#	build.vc12/dll_mpir_skylake_avx/dll_mpir_skylake_avx.vcxproj
#	build.vc12/dll_mpir_skylake_avx/dll_mpir_skylake_avx.vcxproj.filters
#	build.vc12/lib_mpir_haswell_avx/lib_mpir_haswell_avx.vcxproj
#	build.vc12/lib_mpir_skylake_avx/lib_mpir_skylake_avx.vcxproj
#	build.vc14/cdata/mpn/x86_64w/haswell/avx/cfg.h
#	build.vc14/cdata/mpn/x86_64w/skylake/cfg.h
2017-02-16 20:14:43 +00:00
Brian Gladman
768a1699f3 switch skylake assembler for mullow_n_basecase 2017-02-16 20:08:59 +00:00