Skip to content

Commit

Permalink
More correct for Float values
Browse files Browse the repository at this point in the history
  • Loading branch information
johnno1962 committed May 30, 2019
1 parent 691cae9 commit bdeca02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ABI/RegisterAllocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ From Swift 5, the calling convention register allocation for 64 architectures is
| Context register (self) | x20 | r13 |
| Error return register | x21 | r12 |
| Struct return pointer | x8 | rax |
| Float call arguments | d0d7 | xmm0 … xmm7 |
| Float call arguments | v0v7 | xmm0 … xmm7 |
| Integer call arguments | x0 … x7 | rdi, rsi, rdx, rcx, r8, r9 |
| Float return | d0, d1 | xmm0, xmm1 |
| Float return | v0 … v3 | xmm0 … xmm3 |
| Integer return | x0 … x3 | rax, rdx, rcx, r8 |

0 comments on commit bdeca02

Please sign in to comment.