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

Figure out clang and gcc optimizations for upstream keccak-tiny #2

Open
truedat101 opened this issue Nov 6, 2018 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@truedat101
Copy link
Contributor

The upstream project originally had some slick optimizations, but they are broken with gcc 5.x, and also with whatever version of clang I was using. Also had issues on windows. So, best thing to do:

  • see if there is someone who would like to take on this issue
  • recommend compiler options that work in all situations we encounter: windows, mac , ubuntu, etc.
  • fix upstream project simple do build script
@truedat101 truedat101 added the help wanted Extra attention is needed label Nov 6, 2018
@truedat101
Copy link
Contributor Author

So I used the NEM unoptimized build approach to build the C code and link it, which generically seems to work across all platforms. The version in do.sh didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant