Skip to content

intx 0.7.1

Compare
Choose a tag to compare
@chfast chfast released this 15 Feb 12:31
· 144 commits to master since this release
v0.7.1
2f62de7

Fixed

  • Added support for bswap() of small unsigned types: uint8_t, uint16_t and uint32_t. Previously arguments where promoted to uint64_t what produced invalid results. #247