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