Skip to content

ARM64 ABI - HFA and HVA return values#970

Merged
Jak-MS merged 2 commits into
MicrosoftDocs:masterfrom
prjoseph:patch-2
Apr 25, 2019
Merged

ARM64 ABI - HFA and HVA return values#970
Jak-MS merged 2 commits into
MicrosoftDocs:masterfrom
prjoseph:patch-2

Conversation

@prjoseph
Copy link
Copy Markdown
Contributor

HFA and HVA values are returned in s0-s3, d0-d3 or v0-v3 registers depending on the size of the individual members of the HFA/HVA. For example a 4 member double type HFA is returned in d0-d3 with the first member returned in d0 and the 4th member returned in d3.

HFA and HVA values are returned in s0-s3, d0-d3 or v0-v3 registers depending on the size of the individual members of the HFA/HVA. For example a 4 member double type HFA is returned in d0-d3 with the first member returned in d0 and the 4th member returned in d3.
@PRMerger18
Copy link
Copy Markdown
Contributor

@prjoseph : Thanks for your contribution! The author, @, has been notified to review your proposed change.

Changes to make our style checker happy.
@PRMerger7
Copy link
Copy Markdown
Contributor

@corob-msft : Thanks for your contribution! The author, @, has been notified to review your proposed change.

@Jak-MS
Copy link
Copy Markdown
Contributor

Jak-MS commented Apr 25, 2019

@corob-msft - this article has no listed author in the metadata... can you review or reassign? thanks.

Copy link
Copy Markdown
Contributor

@colin-home colin-home left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prjoseph Looks like a useful addition. Thanks for contributing!

@Jak-MS Jak-MS merged commit f91247a into MicrosoftDocs:master Apr 25, 2019
@colin-home
Copy link
Copy Markdown
Contributor

@Jak-MS The cpp-docs repos use common metadata values specified in docfx.json, either globally or by folder, for anything that's not unique to a particular document. The author and ms.author values only appear in a topic when they're different from the folder default. There's a workitem open for the PRMerger automation to recognize this and figure out the right value to display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants