Skip to content

v0.1.4

Compare
Choose a tag to compare
@kaidokert kaidokert released this 13 Apr 06:21
· 24 commits to main since this release
037ff0b

Impement shift operator variants and shift-assign, also BitAndAssign, BitOrAssign, BitXorAssign.

Both mul and div now make a lot less copies of data.

Small optimization for multiply, eliminating overflow checking round when not needed.