On Fri, 31 Oct 2025, Alfie Richards wrote:
> Ping for this patch
I'm doc maintainer, not an aarch64 subject matter expert who should have
the final say. That said, some comments/questions:
>> +As a part of ACLE, GCC implements extensions for Arm Vector extensions
>> +as described in the ARM C Language Extensions Specification. The complete
>> +list of Arm Vector extension intrinsics can be found at
>> +@uref{https://arm-software.github.io/acle/main/}.
>> +The built-in intrinsics for the ARM vector extensions are available when
>> +the respective extensions are enabled.
I personally find [Aa][Rr][Mm] branding and its changing nature confusing,
and apparently even employees do. :-/
The paragraph above has both "Arm Vector extensions" and "ARM vector
extensions" - where also Vector is cased inconsistently - and following
the URL I see "Arm C Language Extensions", not "ARM C Language Extensions".
Is "extensions ... extensions" technically the right wording?
I recommend active voice instead of "can be found", e.g. "is available" or
"You can find".
>> +Not all aspects of ACLE are supported.
Yet?
Gerald