Skip to content

intx 0.8.0

Compare
Choose a tag to compare
@chfast chfast released this 15 Mar 17:38
· 100 commits to master since this release
v0.8.0
58c0c7f

Added

  • Added support for big-endian architectures. #257
  • Extend endian-specific load/store helpers to work with builtin integer types. #265

Changed

  • The addc() and subc() have been optimized with compiler's builtins if available. #250 #251 #253
  • Fixed and enabled CI testing for architectures other than x86. #255
  • Small multiplication optimization. #261
  • Small division optimization. #263
  • Small comparison operators optimization for the uint256 type. #264