Skip to content

Commit

Permalink
Update comment for Double
Browse files Browse the repository at this point in the history
  • Loading branch information
gretay-js committed Jun 3, 2021
1 parent a83344d commit d7682b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asmcomp/cmm.mli
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ type memory_chunk =
| Word_int (* integer or pointer outside heap *)
| Word_val (* pointer inside heap or encoded int *)
| Single
| Double (* 64-bit-aligned 64-bit float *)
| Double (* word-aligned 64-bit float
see PR#10433 *)

and operation =
Capply of machtype
Expand Down

0 comments on commit d7682b6

Please sign in to comment.