Skip to content

Releases: cppalliance/int128

v3.1.0

Choose a tag to compare

@mborland mborland released this 08 Jul 16:02
fd1e998

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@mborland mborland released this 03 Jun 19:44
0baf313

Breaking Changes

The library behavior now matches exactly the behavior of (unsigned) __int128 instead of erroring on sign compare or conversion.

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

Choose a tag to compare

@mborland mborland released this 28 Apr 12:37
2fb5c6d

What's Changed

New Contributors

Full Changelog: v1.6.1...v2.0.0

V1.6.1

Choose a tag to compare

@mborland mborland released this 26 Feb 15:52
6473b33

What's Changed

  • Avoid using strlen to get return size by @pps83 in #326
  • Allow unaligned load with SSE on win x32 by @mborland in #328

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@mborland mborland released this 11 Feb 19:53
4ceff33

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

Choose a tag to compare

@mborland mborland released this 09 Jan 16:16
16a8fee

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@mborland mborland released this 08 Jan 14:42
f9e9310

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@mborland mborland released this 04 Dec 11:50
e77d4b9

What's Changed

  • Fix behavior of prefix increment/decrement by @mborland in #278
  • Fix ODR violation in numeric limits pre-C++17 by @mborland in #279

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@mborland mborland released this 19 Sep 14:32
19e1e06
  • Implementation of std::div like functionality
  • Fix overconsumption of characters with istream

v1.2.0

Choose a tag to compare

@mborland mborland released this 26 Aug 13:28

Improved performance of fundamental operations and documentation

Full Changelog: v1.1.0...v1.2.0