4 Commits

Author SHA1 Message Date
Jacek Sieka
e9b227758e
fix 32-bit 2023-05-24 17:55:53 +02:00
Jacek Sieka
403b5de2a7
docs 2023-05-10 08:55:31 +02:00
Jacek Sieka
9ff33edb38
add references 2023-05-09 21:34:08 +02:00
Jacek Sieka
391c2e24b1
intops: core integer primitives
This, together with bitops2 and endians2, forms the core primitive
offering for working with integers as the computer sees them.

The focus of intops is to expose a number of common integer operations
typically used to build more complex abstractions such as bigints,
mp-ints etc while having access to the best performance the compiler and
cpu can offer.

There is more to do here, but this provides an outline of what this
module could look like.

Obviously, there are no exceptions or defects around - the point of
these utilities is to stay as close as possible to bare metal. They
could be used to implement such features however (similar to how
`system/integerops` works).
2023-05-09 21:28:35 +02:00