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

sha1_mb: Add missing ISAL_ prefixes to base aliases #149

Closed
wants to merge 1 commit into from

Conversation

iv-m
Copy link
Contributor

@iv-m iv-m commented Jul 31, 2024

Commit 0106da9 somehow missed updating the base aliases, which broke build on architectures for which SHA1 routines were not specifically optimized, e.g. loongarch64.

This commit addresses that.

Fixes: 0106da9

Commit 0106da9 somehow
missed updating the base aliases, which broke build
on architectures for which SHA1 routines were not
specifically optimized, e.g. loongarch64.

This commit addresses that.

Fixes: 0106da9
Signed-off-by: Ivan A. Melnikov <[email protected]>
@iv-m iv-m force-pushed the isa-l-prefix-for-sha1-mb-base branch from 15ca2f0 to 7088779 Compare August 13, 2024 11:13
@iv-m
Copy link
Contributor Author

iv-m commented Aug 13, 2024

Update:

  • applied clang-format
  • add forgotten sign-off for the commit

@pablodelara
Copy link
Contributor

Thanks for this PR, fixing the compilation (and the formatting, so soon).

@pablodelara
Copy link
Contributor

Code merged, thanks!

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

Successfully merging this pull request may close these issues.

2 participants