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

some operations don't work with custom `Int8`

Open rfourquet opened this issue 2 years ago • 0 comments

julia> BitIntegers.@define_integers 8 I8 U8

julia> I8(1)
Error showing value of type I8:
ERROR: Trunc: output bitsize must be < input bitsize
[...]

rfourquet avatar May 16 '23 12:05 rfourquet