Skip to content
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

[AAPCS64] Use oxford comma in soft-float ABI #277

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aapcs64/aapcs64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ The soft-float variant is defined identically to the base variant, with these ch

* The definition of ``va_list`` is unchanged. The ``__vr_top`` and ``__vr_offs`` fields may be left uninitialised by ``va_start``, and their values must not be relied on by ``va_arg``.

* The calling convention for Short Vector, Scalable Vector and Scalable Predicate machine types is left undefined.
* The calling convention for Short Vector, Scalable Vector, and Scalable Predicate machine types is left undefined.

.. raw:: pdf

Expand Down
Loading