Skip to content

Commit bdeca02

Browse files
committed
More correct for Float values
1 parent 691cae9 commit bdeca02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ABI/RegisterAllocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ From Swift 5, the calling convention register allocation for 64 architectures is
77
| Context register (self) | x20 | r13 |
88
| Error return register | x21 | r12 |
99
| Struct return pointer | x8 | rax |
10-
| Float call arguments | d0d7 | xmm0 … xmm7 |
10+
| Float call arguments | v0v7 | xmm0 … xmm7 |
1111
| Integer call arguments | x0 … x7 | rdi, rsi, rdx, rcx, r8, r9 |
12-
| Float return | d0, d1 | xmm0, xmm1 |
12+
| Float return | v0 … v3 | xmm0 … xmm3 |
1313
| Integer return | x0 … x3 | rax, rdx, rcx, r8 |

0 commit comments

Comments
 (0)