Skip to content

Beta Release v0.0.5.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpsusie cpsusie released this 06 Dec 23:21
· 81 commits to master since this release

This release resolved some major problems with int128 arithmetic. Now the code is based on the work of Google/Abseil in their C++ int128 library. Also, multiplication and division are now faster. Unit test project significantly updated. Unit test utility written in C++ that generates Int128 operations and their results using Abseil, which the C# unit tests use to verify that the calculations produce the same value. The unit test utility is not very user friendly at this point, but is really only intended to produce data the C# unit test project can use.