diff options
author | Ard Biesheuvel <[email protected]> | 2024-01-18 18:06:33 +0100 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-01-26 16:39:32 +0800 |
commit | c131098d6d9c5d0a580456f527dedefaf61acb7b (patch) | |
tree | 3590363572688ec2f298335fd677c25102e16e8d /tools/perf/scripts/python/stat-cpi.py | |
parent | 97c4c10dafcd0d8c19bf01743df4b75dbdc484d7 (diff) |
crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute
Implement the CCM tail handling using a single sequence that uses
permute vectors and overlapping loads and stores, rather than going over
the tail byte by byte in a loop, and using scalar operations. This is
more efficient, even though the measured speedup is only around 1-2% on
the CPUs I have tried.
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions