andrenth / ocaml-stdint

Various signed and unsigned integers for OCaml
Other
84 stars 15 forks source link

More erroneous conversions from uint24 and int24 from all other int types #40

Closed rixed closed 4 years ago

rixed commented 4 years ago

int24of on 64 bits arch because the shift is then wrong, and uint24of because the extranuous shift.