From 65aba6b72f9fcd89d183b30a58b15d3f1309e415 Mon Sep 17 00:00:00 2001 From: Alex Dyachenko Date: Mon, 18 Jan 2016 11:07:48 -0500 Subject: [PATCH] Updated ReadMe to inticate both Win32 and x64 are supported. --- mpir.net/mpir.net/ReadMe.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mpir.net/mpir.net/ReadMe.txt b/mpir.net/mpir.net/ReadMe.txt index d50d35a7..59c591fb 100644 --- a/mpir.net/mpir.net/ReadMe.txt +++ b/mpir.net/mpir.net/ReadMe.txt @@ -16,10 +16,11 @@ You should have received a copy of the GNU Lesser General Public License along with the MPIR Library. If not, see http://www.gnu.org/licenses/. ======================================================================== -This project is an experimental .Net wrapper for the MPIR library. -It is a re-implementation of the C++ interface in CLI +This project is a .Net wrapper for the MPIR library. +It is a new implementation of the MPIR interface, +inspired by the MPIR C++ interface but using C++/CLI, for consumption by managed .Net languages. -It is a Visual Studio build only, targeting .Net on Windows x64. -It can be linked with an x64 MPIR static (Lib) build for any +It is a Visual Studio build only, targeting .Net on Windows x86 or x64. +It can be linked with a Win32 or x64 MPIR static (Lib) build for any MPIR-supported processor architecture. ========================================================================