Preparation for second release.

master
Robert Baron 2017-12-23 11:45:33 -05:00
parent 96b924f152
commit 62efbad7cb
4 changed files with 8 additions and 4 deletions

View File

@ -253,7 +253,11 @@
The <userInput>--enable-fat</userInput> build option above creates a library where optimized low level subroutines are chosen at runtime according to the CPU detected.
By using instead the <userInput>--host</userInput> option, you can build a library for a specific CPU type.
You will end up with a library that runs only on that CPU type, but the library will be samller.
See the <externalLink><linkText>Build Options</linkText><linkUri>https://gmplib.org/manual/Build-Options.html#Build-Options/</linkUri><linkTarget>_self</linkTarget></externalLink> from the GNU MP Manual for the supported CPU types.
See the <externalLink>
<linkText>Build Options</linkText>
<linkUri>https://mpfrlib.org/manual/Build-Options.html#Build-Options/</linkUri>
<linkTarget>_self</linkTarget>
</externalLink> from the GNU MPFR Manual for the supported CPU types.
</para>
</content>
</section>

View File

@ -1686,7 +1686,7 @@ namespace Math.Gmp.Native
/// No more than <paramref name="size"/> bytes will be written. To get the full output, <paramref name="size"/> must be enough for the string and null-terminator.
/// </para>
/// <para>
/// No overlap is permitted between the regiom {<paramref name="buf"/>,<paramref name="size"/>} and the <paramref name="fmt"/> string.
/// No overlap is permitted between the region {<paramref name="buf"/>,<paramref name="size"/>} and the <paramref name="fmt"/> string.
/// </para>
/// <para>
/// Notice the return value is in ISO C99 snprintf style. This is so even if the C library vsnprintf is the older GLIBC 2.0.x style.

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Math.Gmp.Native.NET</id>
<version>2.0.0-pre14</version>
<version>2.0.0</version>
<title>GMP Native Interface for .NET</title>
<authors>Robert Baron (Machine Cognitis)</authors>
<owners>Robert Baron (Machine Cognitis)</owners>

View File

@ -24,7 +24,7 @@ Math.Gmp.Native.dll library. The library targets the .NET Framework 2.0, so it c
versions of the .NET Framework.
For other builds, see the [Releases](https://github.com/MachineCognitis/Math.Gmp.Native/releases) page.
- [Math.Gmp.Native.v1.0.build.zip](https://github.com/MachineCognitis/Math.Gmp.Native/files/1464267/Math.Gmp.Native.v1.0.build.zip).
- [Math.Gmp.Native.v2.0.build.zip](https://github.com/MachineCognitis/Math.Gmp.Native/files/1464267/Math.Gmp.Native.v1.0.build.zip).
**NOTE**: On some systems, the content of the ZIP file may be blocked. To unblock it, right click on the
ZIP file, select Properties, and click on the Unblock button, if it is present.