BitIntegers.jl
BitIntegers.jl copied to clipboard
some operations don't work with custom `Int8`
julia> BitIntegers.@define_integers 8 I8 U8
julia> I8(1)
Error showing value of type I8:
ERROR: Trunc: output bitsize must be < input bitsize
[...]