Skip to content

ARM64 ABI - HFA and HVA return values #970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2019
Merged

Conversation

prjoseph
Copy link
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
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
Contributor

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

@Jak-MS
Copy link
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
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
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