ocaml-stdint icon indicating copy to clipboard operation
ocaml-stdint copied to clipboard

uint128 on machines withouth __uint128

Open mwweissmann opened this issue 8 years ago • 1 comments

__uint128 is generally only available in 64 bit platforms; we need a solution for 32 bit machines

mwweissmann avatar Sep 13 '15 13:09 mwweissmann

Maybe we can use some sort of compile time check and revert to the pure OCaml implementation?

andrenth avatar Sep 14 '15 13:09 andrenth