Skip to content

Commit

Permalink
Optimize AES-CTR for ARM Neoverse V1 and V2.
Browse files Browse the repository at this point in the history
    Unroll AES-CTR loops to a maximum 12 blocks for ARM Neoverse V1 and
    V2, to fully utilize their AES pipeline resources.

    Improvement on ARM Neoverse V1.

    Package Size(Bytes)	16	32	64	128	256	1024
    Improvement(%)	3.93	-0.45	11.30	4.31	12.48	37.66
    Package Size(Bytes)	1500	8192	16384	61440	65536
    Improvement(%)	37.16	38.90	39.89	40.55	40.41

Change-Id: I8e1803e0c9c66a5b738ad9b32138b1a04dd40774
  • Loading branch information
fisheryu-arm committed Nov 15, 2023
1 parent fe48760 commit 4a27def
Show file tree
Hide file tree
Showing 7 changed files with 819 additions and 6 deletions.

0 comments on commit 4a27def

Please sign in to comment.