Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POWER8 AES vector optimizations #2

Open
munroesj52 opened this issue Feb 7, 2020 · 1 comment
Open

POWER8 AES vector optimizations #2

munroesj52 opened this issue Feb 7, 2020 · 1 comment

Comments

@munroesj52
Copy link
Collaborator

Your performance problems may be related to load/store and not the crypto operations.The SHA ops are all listed in the User Manual as 2 Cycles and AES as 6-7 cycles.

Make sure your compile is actually inlining the ops. For GCC use attribute((flatten)), Also you may need to unroll you looks a bit. For GCC use attribute((optimize ("unroll-loops")))

If still disappointed you can use performance tools performance simulator and PipeStat to find the bottlenecks.

@munroesj52
Copy link
Collaborator Author

My project lists most all of the avaiable hardware docs POWER Vector Library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant