Victor Campos
Victor Campos
"trade off" is not a correct term. It should be either "tradeoff" or "trade-off"
What are these supplements? We could at least reference one or two.
Section headers have inconsistent capitalisation. One example is Section 3: [Introduction And Scope](https://github.com/ARM-software/abi-aa/blob/main/ehabi32/ehabi32.rst#introduction-and-scope)
"toolchain" is not consistent across the document. Sometimes it's "tool-chain", others it's "tool chain". It should be made consistent.
The issue can be observed in https://arm-software.github.io/acle/cmse/cmse.html#markdown-toc-change-history The internal links are broken because the Markdown syntax is wrong.
LLVM and gcc have an older definition of this macro, thus they don't currently follow the ACLE. Starting from Armv9-a, numerical comparisons break. For instance, 805 (Armv8-5.a) is greater than...
[proposal] Clarify that AArch32 scalar polynomial types' underlying integer type is a recommendation
The definition of polynomial types in AArch32 is inconsistent between LLVM, gcc and ACLE. At this point there's potentially high risk in changing the compilers' implementation as it may cause...
- Use CLRM to clear registers instead of a sequence of mov rX, #0. - Save and restore FPCXTS in transitions from Secure to Non-secure and vice-versa. - Use VSCCLRM...
Under section 16.6.6, the macro `__ARM_FEATURE_SVE2p1` is incorrectly referred as `__ARM_FEATURE_SVE2.1`.