Skip to content

Commit

Permalink
Remove long unnecessary comment (WebAssembly#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhian committed Nov 16, 2021
1 parent 4c2d74d commit a78b98a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions interpreter/exec/ixx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ sig

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

0 comments on commit a78b98a

Please sign in to comment.