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

Investigate efficiency of gcc builtin sigma functions and analyse generated code #3

Closed
gut opened this issue Dec 16, 2016 · 2 comments
Assignees

Comments

@gut
Copy link
Contributor

gut commented Dec 16, 2016

Functions like __builtin_crypto_vshasigmaw can be used directly by gdb. By looking at the output with -O3 it may give us better insight of how to best develop this functionality for ppc64le on other projects.

@racardoso
Copy link

I do some little changes on this code ad50124 It's a optimization idea. Since I'll have to check any performance issues with this optimization candidate we can work together on this issue.

@racardoso racardoso self-assigned this Dec 26, 2016
@brunoalr
Copy link
Contributor

brunoalr commented Mar 2, 2017

Closing this issue since we killed everything except for the asm versions.

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

3 participants