BitIntegers.jl icon indicating copy to clipboard operation
BitIntegers.jl copied to clipboard

Support for integers with size a non-multiple of 8

Open sgaure opened this issue 2 months ago • 0 comments

Integers like Int7 and Int53 are supported via llvmcall. The storage size, the size of the primitive type, is the next multiple of 8.

At some point in time, julia might support this with primitive type, the transition to that should be reasonably easy.

sgaure avatar Sep 28 '25 13:09 sgaure