File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ added in the future:
411411 be saved by the caller, but on Windows, xmm6-xmm15 are preserved.
412412
413413 - On AArch64 the callee preserve all general purpose registers, except
414- X0-X8 and X16-X18. Not allowed with nest.
414+ X0-X8 and X16-X18. Not allowed with `` nest`` .
415415
416416 The idea behind this convention is to support calls to runtime functions
417417 that have a hot path and a cold path. The hot path is usually a small piece
@@ -449,7 +449,7 @@ added in the future:
449449
450450 - On AArch64 the callee preserve all general purpose registers, except
451451 X0-X8 and X16-X18. Furthermore it also preserves lower 128 bits of V8-V31
452- SIMD floating point registers. Not allowed with nest.
452+ SIMD floating point registers. Not allowed with `` nest`` .
453453
454454 The idea behind this convention is to support calls to runtime functions
455455 that don't need to call out to any other functions.
You can’t perform that action at this time.
0 commit comments