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

morello: Disable libssl ASM optimisation in the base system. #2091

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

qwattash
Copy link
Contributor

The hybrid ABI libssl uses optimised assembly implementations for crypto functions. This is a problem for benchmarks because we don't currently have pure-capability variants of these functions. This patch temporarily disables ASM optimisations on AArch64, so that we maintain the same behaviour on all ABIs.

The hybrid ABI libssl uses optimised assembly implementations for
crypto functions. This is a problem for benchmarks because we don't
currently have pure-capability variants of these functions.
This patch temporarily disables ASM optimisations on AArch64, so that
we maintain the same behaviour on all ABIs.
@jrtc27
Copy link
Member

jrtc27 commented Apr 30, 2024

This should not be merged IMO, just as we still use optimised string routines for aarch64 where possible

@qwattash
Copy link
Contributor Author

I'm fine with not merging, but I'm worried about caveats for benchmarking that may bite us multiple times and should probably be documented somewhere.

@brooksdavis
Copy link
Member

Looks like #2120 supersedes this, but I'm leaving it open as that PR isn't quite done

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.

3 participants