Some of the string functions in contrib/arm-optimized routines are SIMD enhanced
which is not reflect on the simd(7) manpage. This commit addresses that and
introduces a new label A for functions enhanced with the Arm Neon extension (ASIMD).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 58104 Build 54992: arc lint + arc unit
Event Timeline
share/man/man7/simd.7 | ||
---|---|---|
104 | ARM's current branding for this instruction set extension is ASIMD. Alternatively, NEON in all-caps. Either is fine with me, but if you change to ASIMD, please also change the key letter to A for ASIMD. |
share/man/man7/simd.7 | ||
---|---|---|
104 | I'll go with A for ASIMD, I found use of of both Neon and NEON in Arm marketing material. |
share/man/man7/simd.7 | ||
---|---|---|
104 | Are they just synonyms? We might want to say ASIMD (also known as NEON) or something similar. |
share/man/man7/simd.7 | ||
---|---|---|
104 | Agreed, I'll change it. NEON is what its more commonly referred to afaik. |