Skip to content

Commit

Permalink
Update main/acle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sander de Smalen <sander.desmalen@arm.com>
  • Loading branch information
rsandifo-arm and sdesmalen-arm authored Jan 31, 2024
1 parent f97265a commit faf85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4603,7 +4603,7 @@ as it needs, and it is the compiler's responsibility to manage the
register allocation.

However, there are some pieces of architectural state for which this
approach is not appropriate. For example, [SME's ZA](#za-storage) is a
approach is not suitable. For example, [SME's ZA](#za-storage) is a
single piece of storage: there are not multiple ZAs, and so it does
not make sense for a C or C++ function to have multiple ZA objects.
It would also be inefficient to copy state from one ZA object to another.
Expand Down

0 comments on commit faf85a8

Please sign in to comment.