Releases: chfast/intx
Releases · chfast/intx
intx 0.12.1
intx 0.12.0
intx 0.11.0
intx 0.10.1
Fixed
- Fixed buggy
__builtin_subcll
in Xcode 14.3.1 on arm64. 294
intx 0.9.3
Fixed
- Fixed buggy
__builtin_subcll
in Xcode 14.3.1 on arm64. 294
intx 0.10.0
intx 0.9.2
Changed
- Increase tolerance to some compiler warnings (e.g. unknown pragma, unknown attribute) in case
intx.hpp
is used without CMake assistance. #286
intx 0.9.1
Fixed
- Fixed 32-bit Windows builds: the
_umul128
intrinsic is not available there. #283
intx 0.9.0
intx 0.8.0
Added
- Added support for big-endian architectures. #257
- Extend endian-specific load/store helpers to work with builtin integer types. #265
Changed
- The
addc()
andsubc()
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