aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
258 stars 105 forks source link

AT_HWCAP2 not always defined #1682

Closed justsmth closed 1 week ago

justsmth commented 1 week ago

Issues:

Addresses: https://github.com/aws/aws-lc-rs/issues/427

Description of changes:

Testing:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.25%. Comparing base (ba94617) to head (abe2889).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1682 +/- ## ========================================== - Coverage 78.28% 78.25% -0.04% ========================================== Files 567 567 Lines 95237 95237 Branches 13671 13671 ========================================== - Hits 74561 74525 -36 - Misses 20082 20115 +33 - Partials 594 597 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

justsmth commented 1 week ago

Just to double check, should we handle this case for other platforms as well if applicable?

Good point. I updated the PR to also handle this case for FreeBSD and ppc64le.