Skip to content

intx 0.4.0

Compare
Choose a tag to compare
@chfast chfast released this 21 Aug 19:13
· 529 commits to master since this release
v0.4.0
d041bb6

Added

  • Added the as_bytes() casting helper. [#106]

Changed

  • The endian-specific API for converting intx types to/from bytes has been reworked. [#107]
  • The clz() is now constexpr and produces correct answer for zero inputs. [#108]