Skip to content

Commit a78b98a

Browse files
authored
Remove long unnecessary comment (#530)
1 parent 4c2d74d commit a78b98a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

interpreter/exec/ixx.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ sig
3030

3131
val of_int : int -> t
3232
val to_int : t -> int
33-
(* Required for operations that need to extend to a larger type, such as
34-
* avgr_u. Cast to int64, perform the operations, then convert back to t.
35-
* We don't have such operations on I64, so using int64 is safe. We
36-
* cannot use int, because on 32-bit platforms int cannot represent
37-
* all values of int32. *)
3833
val of_int64: int64 -> t
3934
val to_int64: t -> int64
4035
val to_string : t -> string

0 commit comments

Comments
 (0)