aboutsummaryrefslogtreecommitdiff
path: root/kernel/uint63_amd64_63.ml
AgeCommit message (Expand)Author
2019-08-24Simplify picking between uint63_63.ml and uint63_31.mlGaëtan Gilbert
2019-08-02Merge PR #10553: Use a more traditional definition for uint63_div21 (fixes #1...Maxime Dénès
2019-07-29Use the precondition of diveucl_21 to avoid massaging the dividend.Guillaume Melquiond
2019-07-29Transpose the C code of uint63_div21 to the OCaml implementations.Guillaume Melquiond
2019-07-22[Int63] Implement all primitives in OCamlVincent Laporte
2019-06-17Update ml-style headers to new year.Théo Zimmermann
2019-05-21[build] Select uint63 using `ocamlc -config` variables.Emilio Jesus Gallego Arias