-
Notifications
You must be signed in to change notification settings - Fork 118
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
ppc64le: support OPENSSL_ppccap ENV variable #1569
Conversation
I can't really test it because I don't have a ppc platform, but the code looks like what I expected. |
Does this need any any special handling in the delocater? I believe |
Since this change is only updating the implementation of |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1569 +/- ##
=======================================
Coverage 77.91% 77.91%
=======================================
Files 560 560
Lines 94629 94638 +9
Branches 13620 13621 +1
=======================================
+ Hits 73729 73740 +11
+ Misses 20305 20304 -1
+ Partials 595 594 -1 ☔ View full report in Codecov by Sentry. |
Issues:
CryptoAlg-2425
Description of changes:
OPENSSL_ppccap
environment variable for this purpose.Testing:
export OPENSSL_ppccap=0x0000000000000000
: 216msBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.