Skip to content

Commit e668db3

Browse files
committed
CR for SIMD register save
1 parent c1f5a22 commit e668db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/runtime/caml/stack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
/* Size of the gc_regs structure, in words.
4848
See amd64.S and amd64/proc.ml for the indices */
4949
#define Wosize_gc_regs (13 /* int regs */ + 16 /* float regs */)
50+
/* CR ocaml 5 runtime (mshinwell): does Wosize_gc_regs need updating for SIMD? */
5051
#define Saved_return_address(sp) *((intnat *)((sp) - 8))
5152
#ifdef WITH_FRAME_POINTERS
5253
#define Pop_frame_pointer(sp) (sp) += sizeof(value)

0 commit comments

Comments
 (0)